Removed some debugging messages

This commit is contained in:
Thomas Schmitt 2006-12-21 12:23:10 +00:00
parent 4a2402171a
commit ff755e7204
2 changed files with 1 additions and 7 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2006.12.20.195421"
#define Cdrskin_timestamP "2006.12.21.122301"

View File

@ -910,15 +910,9 @@ int burn_disc_setup_dvd_plus_rw(struct burn_write_opts *o,
struct burn_drive *d = o->drive;
int ret;
fprintf(stderr, "LIBBURN_DEBUG: d->bg_format_status= %d\n",
d->bg_format_status);
if (d->bg_format_status==0 || d->bg_format_status==1) {
/* start or re-start dvd_plus_rw formatting */
ret = d->format_unit(d);
fprintf(stderr, "LIBBURN_DEBUG: format_unit() = %d\n", ret);
if (ret <= 0)
return 0;
}