Commit 585e976f authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

Remove truncate debug message printed on successful truncates.

parent 6a03ac0e
...@@ -381,7 +381,6 @@ static int truncate_file( handle_t handle ) ...@@ -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;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment