mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
fix r4109 oops: a debugging console message snuck into svn
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user