Forgot to disable a debugging message

This commit is contained in:
Thomas Schmitt 2013-10-09 13:46:47 +00:00
parent 844dc958be
commit 1f7dfb84fc
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2013.10.09.092306"
#define Cdrskin_timestamP "2013.10.09.134543"

View File

@ -4156,7 +4156,7 @@ static int mmc_get_write_performance_al(struct burn_drive *d,
struct burn_speed_descriptor *sd;
/* A61225 : 1 = report about speed descriptors */
static int speed_debug = 1;
static int speed_debug = 0;
BURN_ALLOC_MEM(buf, struct buffer, 1);
BURN_ALLOC_MEM(c, struct command, 1);