From a50c127904a99b5862c323ddc76bfcf760dd0805 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Mon, 26 Aug 2019 15:37:57 +0200 Subject: [PATCH] dmsetup: missed trailing newline --- libdm/dm-tools/dmsetup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdm/dm-tools/dmsetup.c b/libdm/dm-tools/dmsetup.c index a38df6bad..2f8a1beb5 100644 --- a/libdm/dm-tools/dmsetup.c +++ b/libdm/dm-tools/dmsetup.c @@ -1695,7 +1695,7 @@ static int _udevcomplete(CMD_ARGS) if (!(cookie = _get_cookie_value(argv[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. * If the cookie has non-zero prefix and the base is zero then -- 2.43.5