Clean up the output on reboot by keeping completion messages on the same

line as the announcement.  Someone should probably update the "buffers
remaining" message since we now no longer should have any buffers remaining
at that point.
This commit is contained in:
Nate Lawson 2004-07-15 03:20:08 +00:00
parent 72826d0f4a
commit 8916adb1c9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132171

View file

@ -272,7 +272,7 @@ boot(int howto)
#endif
waittime = 0;
printf("\nsyncing disks, buffers remaining... ");
printf("syncing disks, buffers remaining... ");
sync(&thread0, NULL);
@ -324,7 +324,7 @@ boot(int howto)
PICKUP_GIANT();
#endif
}
printf("\n");
/*
* Count only busy local buffers to prevent forcing
* a fsck if we're just a client of a wedged NFS server