put information messages in tr_inf(), not fprintf()
This commit is contained in:
parent
50f407933b
commit
a9526adbdd
|
@ -972,7 +972,7 @@ tr_torrentFree( tr_torrent_t * tor )
|
||||||
|
|
||||||
h->torrentCount--;
|
h->torrentCount--;
|
||||||
|
|
||||||
fprintf(stderr, "closing torrent %s... %d torrents left",
|
tr_inf( "closing torrent %s... %d torrents left",
|
||||||
tor->info.name, h->torrentCount );
|
tor->info.name, h->torrentCount );
|
||||||
|
|
||||||
tr_free( tor );
|
tr_free( tor );
|
||||||
|
|
Loading…
Reference in New Issue