From: Harald Hoyer Date: Wed, 4 Mar 2009 16:49:19 +0000 (+0100) Subject: add \n to switch_root X-Git-Tag: 0.1~388 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aedead8068584a475f6cc274942fbafe7aa8ff8c;p=thirdparty%2Fdracut.git add \n to switch_root --- diff --git a/switch_root.c b/switch_root.c index 5e2f54f4a..b3efadd0f 100644 --- a/switch_root.c +++ b/switch_root.c @@ -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);