summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2004-07-15 03:20:08 +0000
committernjl <njl@FreeBSD.org>2004-07-15 03:20:08 +0000
commit61f27b8eb8fc6a29ff1468552ebbdc11a509ce7d (patch)
tree6297a11a0140b8add7931dfd4fdfe3f3c5339abc /sys
parentcefb6e866572048efc220d3cfaf4be91bf7de6b9 (diff)
downloadFreeBSD-src-61f27b8eb8fc6a29ff1468552ebbdc11a509ce7d.zip
FreeBSD-src-61f27b8eb8fc6a29ff1468552ebbdc11a509ce7d.tar.gz
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.
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/kern_shutdown.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_shutdown.c b/sys/kern/kern_shutdown.c
index edbbfdb..d94ecd2 100644
--- a/sys/kern/kern_shutdown.c
+++ b/sys/kern/kern_shutdown.c
@@ -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
OpenPOWER on IntegriCloud