]> sourceware.org Git - lvm2.git/commitdiff
dmsetup: missed trailing newline
authorZdenek Kabelac <zkabelac@redhat.com>
Mon, 26 Aug 2019 13:37:57 +0000 (15:37 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Mon, 26 Aug 2019 15:22:58 +0000 (17:22 +0200)
libdm/dm-tools/dmsetup.c

index a38df6badde7e330ec4cb5b47734db5c765da15e..2f8a1beb5c6c7a1b649cd6ab03d2b23d05f3ca89 100644 (file)
@@ -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
This page took 0.043053 seconds and 5 git commands to generate.