summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Kozina <okozina@redhat.com>2015-05-27 08:24:36 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2015-05-27 11:10:43 +0200
commit1aba262edb7f0bfac897223868779053f4921ff9 (patch)
treea341961fafc1755c646a849bd547ccdef07ad4a1
parentf0268585dd962a7b0393160c042fefb72c64701c (diff)
downloadlvm2-1aba262edb7f0bfac897223868779053f4921ff9.tar.gz
lvmpolld: terminate error message with a dot and LF
-rw-r--r--daemons/lvmpolld/lvmpolld-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemons/lvmpolld/lvmpolld-core.c b/daemons/lvmpolld/lvmpolld-core.c
index c1d583e71..c5b22d70f 100644
--- a/daemons/lvmpolld/lvmpolld-core.c
+++ b/daemons/lvmpolld/lvmpolld-core.c
@@ -957,7 +957,7 @@ int main(int argc, char *argv[])
break;
case 't': /* --timeout in seconds */
if (!process_timeout_arg(optarg, &di.max_timeouts)) {
- fprintf(stderr, "Invalid value of timeout parameter");
+ fprintf(stderr, "Invalid value of timeout parameter.\n");
exit(EXIT_FAILURE);
}
/* 0 equals to wait indefinitely */