tweak the debug messages

This commit is contained in:
Charles Kerr 2007-12-13 17:18:35 +00:00
parent fb606adfe6
commit c4e6a04131
2 changed files with 1 additions and 3 deletions

View File

@ -322,7 +322,7 @@ tr_fastResumeSave( const tr_torrent * tor )
fclose( file );
tr_dbg( "Resume file '%s' written", path );
tr_dbg( "Wrote resume file for '%s'", tor->info.name );
}
/***

View File

@ -972,8 +972,6 @@ tr_trackerNew( const tr_torrent * torrent )
tr_tracker_info * nwalk;
tr_tracker * t;
tr_dbg( "making a new tracker for \"%s\"", info->primaryAddress );
t = tr_new0( tr_tracker, 1 );
t->handle = torrent->handle;
t->scrapeIntervalSec = DEFAULT_SCRAPE_INTERVAL_SEC;