summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_shutdown.c
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-11-18 02:41:03 +0000
committeralfred <alfred@FreeBSD.org>2002-11-18 02:41:03 +0000
commit9df506c483bc146e6f84271619ef0454ed31107b (patch)
tree25c61c73ddac8767f0a881fed761d2672750f7ce /sys/kern/kern_shutdown.c
parent93f8f962e299936abd186374395b2998f65a6774 (diff)
downloadFreeBSD-src-9df506c483bc146e6f84271619ef0454ed31107b.zip
FreeBSD-src-9df506c483bc146e6f84271619ef0454ed31107b.tar.gz
During shutdown explain what the numbers following the 'syncing
disks' message mean, specifically, 'buffers remaining...'.
Diffstat (limited to 'sys/kern/kern_shutdown.c')
-rw-r--r--sys/kern/kern_shutdown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_shutdown.c b/sys/kern/kern_shutdown.c
index c89c8fd..1867b8a 100644
--- a/sys/kern/kern_shutdown.c
+++ b/sys/kern/kern_shutdown.c
@@ -268,7 +268,7 @@ boot(int howto)
int subiter;
waittime = 0;
- printf("\nsyncing disks... ");
+ printf("\nsyncing disks, buffers remaining... ");
sync(&thread0, NULL);
OpenPOWER on IntegriCloud