quiet
This commit is contained in:
parent
5957fc1e7a
commit
27c1d3a436
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ ext2sync(Fsys *fsys)
|
|||
|
||||
fsys->blocksize = fs->blocksize;
|
||||
fsys->nblock = fs->nblock;
|
||||
fprint(2, "ext2 %d %d-byte blocks, first data block %d, %d groups of %d\n",
|
||||
if(debug) fprint(2, "ext2 %d %d-byte blocks, first data block %d, %d groups of %d\n",
|
||||
fs->nblock, fs->blocksize, fs->firstblock, fs->ngroup, fs->blockspergroup);
|
||||
|
||||
if(0){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue