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

dmsetup: missed trailing newline

This commit is contained in:
Zdenek Kabelac 2019-08-26 15:37:57 +02:00
parent 4b1dcc2eeb
commit a50c127904

View File

@ -1695,7 +1695,7 @@ static int _udevcomplete(CMD_ARGS)
if (!(cookie = _get_cookie_value(argv[0]))) if (!(cookie = _get_cookie_value(argv[0])))
return_0; return_0;
printf("DM_COOKIE_COMPLETED=0x%-10x", cookie); printf("DM_COOKIE_COMPLETED=0x%-10x\n", cookie);
/* /*
* Strip flags from the cookie and use cookie magic instead. * Strip flags from the cookie and use cookie magic instead.
* If the cookie has non-zero prefix and the base is zero then * If the cookie has non-zero prefix and the base is zero then