mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-30 16:51:41 +00:00
Change the perfectly precise message
printf("No buffers busy after final sync"); to printf("All buffers synced."); in order to not leave the users wondering if there should be.
This commit is contained in:
parent
a0b2be3918
commit
37abb77f25
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136115
@ -294,7 +294,7 @@ boot(int howto)
|
||||
}
|
||||
if (nbusy == 0) {
|
||||
if (first_buf_printf)
|
||||
printf("No buffers busy after final sync");
|
||||
printf("All buffers synced.");
|
||||
break;
|
||||
}
|
||||
if (first_buf_printf) {
|
||||
|
Loading…
Reference in New Issue
Block a user