From 1aba262edb7f0bfac897223868779053f4921ff9 Mon Sep 17 00:00:00 2001 From: Ondrej Kozina Date: Wed, 27 May 2015 08:24:36 +0200 Subject: [PATCH] lvmpolld: terminate error message with a dot and LF --- daemons/lvmpolld/lvmpolld-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */