1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 09:13:06 +00:00

10,000 log messages is enough for anyone

This commit is contained in:
Mitchell Livingston 2009-12-02 01:55:09 +00:00
parent e6a77b0306
commit 5392b262d7

View file

@ -125,7 +125,7 @@ void tr_assertImpl( const char * file, int line, const char * test, const char *
void tr_msgInit( void );
#define TR_MAX_MSG_LOG 20000
#define TR_MAX_MSG_LOG 10000
extern int messageLevel;