Remove truncate debug message printed on successful truncates.

This commit is contained in:
Mike McCormack 2001-06-22 23:20:36 +00:00 committed by Alexandre Julliard
parent 6a03ac0e96
commit 585e976f1a
1 changed files with 0 additions and 1 deletions

View File

@ -381,7 +381,6 @@ static int truncate_file( handle_t handle )
release_object( file );
return 0;
}
fprintf(stderr,"server:truncated to %Ld\n",result);
release_object( file );
return 1;
}