mirror of
https://github.com/transmission/transmission
synced 2024-12-24 16:52:39 +00:00
10,000 log messages is enough for anyone
This commit is contained in:
parent
e6a77b0306
commit
5392b262d7
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue