add \n to switch_root

master
Harald Hoyer 2009-03-04 17:49:19 +01:00
parent 7fac4e8850
commit aedead8068
1 changed files with 1 additions and 1 deletions

View File

@ -490,7 +490,7 @@ int main(int argc, char **argv)
argv++; argv++;
new = argv[0]; new = argv[0];
argv++; argv++;
printf("Switching to root: %s", new); printf("Switching to root: %s\n", new);


setuprootCommand(new); setuprootCommand(new);