summaryrefslogtreecommitdiff
path: root/switch_root.c
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2009-03-04 17:49:19 +0100
committerHarald Hoyer <harald@redhat.com>2009-03-04 17:49:19 +0100
commitaedead8068584a475f6cc274942fbafe7aa8ff8c (patch)
tree284b49e68dec473a3fd803896edceef0d7c7e0be /switch_root.c
parent7fac4e88508a819a52af0a3af9a62d3336c2fc53 (diff)
downloaddracut-aedead8068584a475f6cc274942fbafe7aa8ff8c.tar.gz
dracut-aedead8068584a475f6cc274942fbafe7aa8ff8c.tar.bz2
dracut-aedead8068584a475f6cc274942fbafe7aa8ff8c.zip
add \n to switch_root
Diffstat (limited to 'switch_root.c')
-rw-r--r--switch_root.c2
1 files changed, 1 insertions, 1 deletions
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);