Changeset 2454


Ignore:
Timestamp:
Jul 21, 2007, 6:31:08 PM (16 years ago)
Author:
charles
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libtransmission/torrent.c

    r2453 r2454  
    973973    h->torrentCount--;
    974974
    975     fprintf(stderr, "closing torrent %s... %d torrents left",
     975    tr_inf( "closing torrent %s... %d torrents left",
    976976            tor->info.name, h->torrentCount );
    977977
Note: See TracChangeset for help on using the changeset viewer.