Outcommented "experimental:" messages of O_EXCL development

This commit is contained in:
2006-08-31 09:26:44 +00:00
parent 36e1c5caa8
commit e47c8308eb
2 changed files with 16 additions and 5 deletions

View File

@ -149,13 +149,13 @@ void sg_enumerate(void)
if(burn_sg_open_o_nonblock)
open_mode |= O_NONBLOCK;
/* <<< debugging
fprintf(stderr,
"\nlibburn: experimental: o_excl= %d , o_nonblock= %d, abort_on_busy= %d\n",
burn_sg_open_o_excl,burn_sg_open_o_nonblock,burn_sg_open_abort_busy);
fprintf(stderr,
"libburn: experimental: O_EXCL= %d , O_NONBLOCK= %d\n",
!!(open_mode&O_EXCL),!!(open_mode&O_NONBLOCK));
/* <<< debugging
*/