Changeset 3229


Ignore:
Timestamp:
Sep 29, 2007, 12:47:33 AM (15 years ago)
Author:
charles
Message:

take out the `thawing out' console messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libtransmission/peer-msgs.c

    r3228 r3229  
    12301230    if( msgs->notListening && canDownload( msgs ) )
    12311231    {
    1232         fprintf( stderr, "msgs %p thawing out...\n", msgs );
    12331232        msgs->notListening = 0;
    12341233        tr_peerIoSetIOMode ( msgs->io, EV_READ, 0 );
Note: See TracChangeset for help on using the changeset viewer.