mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
During shutdown explain what the numbers following the 'syncing
disks' message mean, specifically, 'buffers remaining...'.
This commit is contained in:
parent
4ab365e720
commit
ec63e12a03
1 changed files with 1 additions and 1 deletions
|
|
@ -268,7 +268,7 @@ boot(int howto)
|
|||
int subiter;
|
||||
|
||||
waittime = 0;
|
||||
printf("\nsyncing disks... ");
|
||||
printf("\nsyncing disks, buffers remaining... ");
|
||||
|
||||
sync(&thread0, NULL);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue