summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_subr.c
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2004-07-15 08:01:00 +0000
committeralfred <alfred@FreeBSD.org>2004-07-15 08:01:00 +0000
commitbcc5104ce1c31b23fe0d246ee43347f0673fcb5c (patch)
tree1357d050654fa7a5a31835eb00fda978c6b96165 /sys/kern/vfs_subr.c
parentcdce0672eaec9654f8160940eb5e56a54be83786 (diff)
downloadFreeBSD-src-bcc5104ce1c31b23fe0d246ee43347f0673fcb5c.zip
FreeBSD-src-bcc5104ce1c31b23fe0d246ee43347f0673fcb5c.tar.gz
Cleanup shutdown output.
Diffstat (limited to 'sys/kern/vfs_subr.c')
-rw-r--r--sys/kern/vfs_subr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c
index 8add412..1be3698 100644
--- a/sys/kern/vfs_subr.c
+++ b/sys/kern/vfs_subr.c
@@ -1571,8 +1571,7 @@ sched_sync(void)
if (syncer_state != SYNCER_RUNNING &&
starttime != time_second) {
if (first_printf) {
- printf("Syncer syncing disks, "
- "buffers remaining... ");
+ printf("Syncer syncing, vnodes remaining... ");
first_printf = 0;
}
printf("%d ", net_worklist_len);
OpenPOWER on IntegriCloud