1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

lvmpolld: terminate error message with a dot and LF

This commit is contained in:
Ondrej Kozina 2015-05-27 08:24:36 +02:00 committed by Zdenek Kabelac
parent f0268585dd
commit 1aba262edb

View File

@ -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 */