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:
phk 2004-10-04 13:13:23 +00:00
parent 1eacded275
commit bd3b1af9a6

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