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
1eacded275
commit
bd3b1af9a6
@ -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…
x
Reference in New Issue
Block a user