This commit is contained in:
@@ -17,8 +17,10 @@ void PrintMessage( int level, char *mesg , ...)
|
||||
#ifdef DEBUG
|
||||
printf("%s", lastErrorMesg );
|
||||
#else
|
||||
if( level != MESG_DEBUG )
|
||||
printf("%s", lastErrorMesg );
|
||||
if( level != MESG_DEBUG )
|
||||
{
|
||||
//printf("%s", lastErrorMesg );
|
||||
}
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user