1
0
Fork 0
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:
Charles Kerr 2007-12-30 18:46:18 +00:00
parent 493160028e
commit 245915258f

View file

@ -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;