mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
put information messages in tr_inf(), not fprintf()
This commit is contained in:
parent
50f407933b
commit
a9526adbdd
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue