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:
parent
4b1dcc2eeb
commit
a50c127904
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user