Changeset 9176


Ignore:
Timestamp:
Sep 26, 2009, 4:13:09 AM (13 years ago)
Author:
charles
Message:

(trunk libT) remove some debug printfs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libtransmission/announcer.c

    r9173 r9176  
    219219    {
    220220        host = hostNew( name );
    221         fprintf( stderr, "creating new tr_host [%s] %p\n", name, host );
    222221        tr_ptrArrayInsertSorted( &announcer->hosts, host, compareHosts );
    223222    }
    224     else fprintf( stderr, "reusing tr_host [%s] %p\n", name, host );
    225223
    226224    tr_free( name );
Note: See TracChangeset for help on using the changeset viewer.