mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
turn off a debugging message gone wild
This commit is contained in:
parent
493160028e
commit
245915258f
1 changed files with 0 additions and 1 deletions
|
@ -171,7 +171,6 @@ TrCloseFile( int i )
|
|||
assert( i < TR_MAX_OPEN_FILES );
|
||||
assert( fileIsOpen( o ) );
|
||||
|
||||
dbgmsg( "closing slot #%d, %s", i, o->filename );
|
||||
close( o->fd );
|
||||
o->fd = -1;
|
||||
o->isCheckedOut = 0;
|
||||
|
|
Loading…
Reference in a new issue