This commit is contained in:
Gwenhael Le Moine 2024-10-04 17:25:11 +02:00
parent 5cb5c777aa
commit 1b24850734
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -107,8 +107,7 @@ int debug_level = DEBUG_C_NONE;
void SetDebugLevel( int new_level )
{
#ifdef DEBUG
debug_level != new_level;
fprintf( stderr, "debug_level = %i\n", debug_level );
debug_level |= new_level;
#else
ChfCondition( DEBUG_CHF_MODULE_ID ) DEBUG_W_NOT_SUPPORTED, CHF_WARNING ChfEnd;
ChfSignal( DEBUG_CHF_MODULE_ID );