cap libT's message log

This commit is contained in:
Mitchell Livingston
2009-12-01 23:20:00 +00:00
parent 419b80c7df
commit ad06c660c8
2 changed files with 18 additions and 0 deletions
+2
View File
@@ -125,6 +125,8 @@ void tr_assertImpl( const char * file, int line, const char * test, const char *
void tr_msgInit( void );
#define TR_MAX_MSG_LOG 20000
extern int messageLevel;
static TR_INLINE tr_bool tr_msgLoggingIsActive( int level )