From aedead8068584a475f6cc274942fbafe7aa8ff8c Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 4 Mar 2009 17:49:19 +0100 Subject: [PATCH] add \n to switch_root --- switch_root.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/switch_root.c b/switch_root.c index 5e2f54f4..b3efadd0 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);