Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F172220564
D59744.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
601 B
Referenced Files
None
Subscribers
None
D59744.diff
View Options
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c
--- a/sys/kern/vfs_subr.c
+++ b/sys/kern/vfs_subr.c
@@ -5152,7 +5152,7 @@
continue;
if (bootverbose) {
- printf("\tUnmounting %d/%d %s\n", ++n, nmountpoints,
+ printf("Unmounting %d/%d %s\n", ++n, nmountpoints,
mp->mnt_stat.f_mntonname);
}
unmount_or_warn(mp);
@@ -5160,7 +5160,7 @@
if (rootdevmp != NULL) {
if (bootverbose) {
- printf("\tUnmounting %d/%d %s\n", ++n, nmountpoints,
+ printf("Unmounting %d/%d %s\n", ++n, nmountpoints,
rootdevmp->mnt_stat.f_mntonname);
}
unmount_or_warn(rootdevmp);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Sep 17, 11:32 PM (20 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39106996
Default Alt Text
D59744.diff (601 B)
Attached To
Mode
D59744: Reformat the shutdown messages when debug.bootverbose is set
Attached
Detach File
Event Timeline
Log In to Comment