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:
Poul-Henning Kamp 2004-10-04 13:13:23 +00:00
parent a0b2be3918
commit 37abb77f25

View File

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