put information messages in tr_inf(), not fprintf()

This commit is contained in:
Charles Kerr 2007-07-21 18:31:08 +00:00
parent 50f407933b
commit a9526adbdd
1 changed files with 1 additions and 1 deletions

View File

@ -972,7 +972,7 @@ tr_torrentFree( tr_torrent_t * tor )
h->torrentCount--;
fprintf(stderr, "closing torrent %s... %d torrents left",
tr_inf( "closing torrent %s... %d torrents left",
tor->info.name, h->torrentCount );
tr_free( tor );