typo
This commit is contained in:
parent
5cb5c777aa
commit
1b24850734
1 changed files with 1 additions and 2 deletions
|
@ -107,8 +107,7 @@ int debug_level = DEBUG_C_NONE;
|
||||||
void SetDebugLevel( int new_level )
|
void SetDebugLevel( int new_level )
|
||||||
{
|
{
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
debug_level != new_level;
|
debug_level |= new_level;
|
||||||
fprintf( stderr, "debug_level = %i\n", debug_level );
|
|
||||||
#else
|
#else
|
||||||
ChfCondition( DEBUG_CHF_MODULE_ID ) DEBUG_W_NOT_SUPPORTED, CHF_WARNING ChfEnd;
|
ChfCondition( DEBUG_CHF_MODULE_ID ) DEBUG_W_NOT_SUPPORTED, CHF_WARNING ChfEnd;
|
||||||
ChfSignal( DEBUG_CHF_MODULE_ID );
|
ChfSignal( DEBUG_CHF_MODULE_ID );
|
||||||
|
|
Loading…
Reference in a new issue