Forgot to disable a debugging message
This commit is contained in:
parent
844dc958be
commit
1f7dfb84fc
@ -1 +1 @@
|
||||
#define Cdrskin_timestamP "2013.10.09.092306"
|
||||
#define Cdrskin_timestamP "2013.10.09.134543"
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user