Forgot to disable a debugging message
This commit is contained in:
parent
5a1f7c99ee
commit
95e6ff97f2
@ -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;
|
struct burn_speed_descriptor *sd;
|
||||||
|
|
||||||
/* A61225 : 1 = report about speed descriptors */
|
/* 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(buf, struct buffer, 1);
|
||||||
BURN_ALLOC_MEM(c, struct command, 1);
|
BURN_ALLOC_MEM(c, struct command, 1);
|
||||||
|
Loading…
Reference in New Issue
Block a user