Disabled macro Cdrskin_debug_libdax_msgS. Thus getting unqueued error messages.

This commit is contained in:
Thomas Schmitt 2007-05-22 15:46:57 +00:00
parent c86f5d7cde
commit 83e196d69f
2 changed files with 4 additions and 3 deletions

View File

@ -1716,11 +1716,12 @@ int Cdrpreskin_initialize_lib(struct CdrpreskiN *preskin, int flag)
int Cdrpreskin_queue_msgs(struct CdrpreskiN *o, int flag) int Cdrpreskin_queue_msgs(struct CdrpreskiN *o, int flag)
{ {
#ifdef Cdrskin_libburn_has_burn_msgS #ifdef Cdrskin_libburn_has_burn_msgS
/* In cdrskin there is not much sense in queueing library messages.
#ifndef Cdrskin_extra_leaN #ifndef Cdrskin_extra_leaN
#define Cdrskin_debug_libdax_msgS 1 #define Cdrskin_debug_libdax_msgS 1
#endif #endif
/* <<< In cdrskin there is not much sense in queueing library messages. It would be done here only for debugging
It is done here only for debugging */ */
#ifdef Cdrskin_debug_libdax_msgS #ifdef Cdrskin_debug_libdax_msgS
int ret; int ret;

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2007.05.22.154407" #define Cdrskin_timestamP "2007.05.22.154504"