]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
add \n to switch_root
authorHarald Hoyer <harald@redhat.com>
Wed, 4 Mar 2009 16:49:19 +0000 (17:49 +0100)
committerHarald Hoyer <harald@redhat.com>
Wed, 4 Mar 2009 16:49:19 +0000 (17:49 +0100)
switch_root.c

index 5e2f54f4a974d9a0080ad8d5f465507f3b8a1cc0..b3efadd0f74f453ad02e70df421428d4f734c8ff 100644 (file)
@@ -490,7 +490,7 @@ int main(int argc, char **argv)
     argv++;
     new = argv[0];
     argv++;
-    printf("Switching to root: %s", new);
+    printf("Switching to root: %s\n", new);
 
     setuprootCommand(new);