(trunk libT) #3145 "Log torrent deletion" -- Longinus00's patch applied to trunk for 2.00

This commit is contained in:
Charles Kerr 2010-04-17 04:07:56 +00:00
parent c8ba63ca07
commit 997e747821
1 changed files with 2 additions and 0 deletions

View File

@ -1577,6 +1577,8 @@ closeTorrent( void * vtor )
tr_bencDictAddInt( d, "id", tor->uniqueId );
tr_bencDictAddInt( d, "date", tr_time( ) );
tr_torinf( tor, _( "Removing torrent" ) );
stopTorrent( tor );
if( tor->isDeleting )