mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
lvmpolld: terminate error message with a dot and LF
This commit is contained in:
parent
f0268585dd
commit
1aba262edb
@ -957,7 +957,7 @@ int main(int argc, char *argv[])
|
|||||||
break;
|
break;
|
||||||
case 't': /* --timeout in seconds */
|
case 't': /* --timeout in seconds */
|
||||||
if (!process_timeout_arg(optarg, &di.max_timeouts)) {
|
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);
|
exit(EXIT_FAILURE);
|
||||||
}
|
}
|
||||||
/* 0 equals to wait indefinitely */
|
/* 0 equals to wait indefinitely */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user