]> granicus.if.org Git - transmission/commitdiff
(trunk libT) #3145 "Log torrent deletion" -- Longinus00's patch applied to trunk...
authorCharles Kerr <charles@transmissionbt.com>
Sat, 17 Apr 2010 04:07:56 +0000 (04:07 +0000)
committerCharles Kerr <charles@transmissionbt.com>
Sat, 17 Apr 2010 04:07:56 +0000 (04:07 +0000)
libtransmission/torrent.c

index 71797bf00ac7b494b49cfcfc27aa54dbd6b1ef4c..30b2a98cdcde28a581db23aa5f1c03f52f2c79dc 100644 (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 )