mirror: Remove overly-verbose log line
This commit is contained in:
@@ -541,8 +541,6 @@ static void mirror_read_cb( struct ev_loop *loop, ev_io *w, int revents )
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
info( "count is %li, left was %"PRIu64, count, left );
|
|
||||||
|
|
||||||
if ( count == 0 ) {
|
if ( count == 0 ) {
|
||||||
warn( "EOF reading response from server!" );
|
warn( "EOF reading response from server!" );
|
||||||
ev_break( loop, EVBREAK_ONE );
|
ev_break( loop, EVBREAK_ONE );
|
||||||
|
Reference in New Issue
Block a user