Removed verbose output.

master
Julian M. Kunkel 2019-04-02 12:34:35 +01:00
parent 07217c93aa
commit 27ac1b88af
1 changed files with 0 additions and 1 deletions

View File

@ -306,7 +306,6 @@ void *POSIX_Create(char *testFileName, IOR_param_t * param)
ERR("Unable to malloc file descriptor");
posix_options_t * o = (posix_options_t*) param->backend_options;
if (o->direct_io == TRUE){
printf("ODIREC\n");
set_o_direct_flag(&fd_oflag);
}