Remove truncate debug message printed on successful truncates.
This commit is contained in:
parent
6a03ac0e96
commit
585e976f1a
|
@ -381,7 +381,6 @@ static int truncate_file( handle_t handle )
|
||||||
release_object( file );
|
release_object( file );
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
fprintf(stderr,"server:truncated to %Ld\n",result);
|
|
||||||
release_object( file );
|
release_object( file );
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue