mirror of
https://github.com/transmission/transmission
synced 2024-12-26 01:27:28 +00:00
fix r4109 oops: a debugging console message snuck into svn
This commit is contained in:
parent
ffe9e52e14
commit
7249aed5e4
1 changed files with 0 additions and 3 deletions
|
@ -228,9 +228,6 @@ tr_msg( const char * file, int line, int level, const char * fmt, ... )
|
|||
|
||||
*messageQueueTail = newmsg;
|
||||
messageQueueTail = &newmsg->next;
|
||||
|
||||
if( strstr( file, "fdlimit.c" ) )
|
||||
fprintf( stderr, "%s\n", text );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue