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

lvmetad: Add newline to missing socket error mesg

This commit is contained in:
Alasdair G Kergon 2013-11-28 19:16:25 +00:00
parent 3f8083107e
commit b3074560eb
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
Version 2.02.105 -
=====================================
Append missing newline to lvmetad missing socket path error message.
Check for non-zero aligment in _text_pv_add_metadata_area() to not div by 0.
Add allocation/use_blkid_wiping to lvm.conf to enable blkid wiping.
Add configure --enable-blkid_wiping to use libblkid to detect signatures.

View File

@ -1242,7 +1242,7 @@ int main(int argc, char *argv[])
if (s.foreground) {
if (!_socket_override) {
fprintf(stderr, "A socket path (-s) is required in foreground mode.");
fprintf(stderr, "A socket path (-s) is required in foreground mode.\n");
exit(2);
}