get rid of a confusing error message that describes a harmless situation

This commit is contained in:
Charles Kerr 2007-10-07 16:25:02 +00:00
parent 1014e633ac
commit 304f9f7f18
1 changed files with 1 additions and 3 deletions

View File

@ -583,10 +583,8 @@ onScrapeResponse( struct evhttp_request * req, void * vt )
Torrent * tor = getExistingTorrent( t, hash );
++numResponses;
if( !tor ) {
tr_err( "Got an unrequested scrape response!" );
if( !tor )
continue;
}
publishErrorClear( tor );