mirror of
https://github.com/transmission/transmission
synced 2024-12-26 01:27:28 +00:00
tweak the debug messages
This commit is contained in:
parent
fb606adfe6
commit
c4e6a04131
2 changed files with 1 additions and 3 deletions
|
@ -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 );
|
||||
}
|
||||
|
||||
/***
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue