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
@ -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