mirror: Remove overly-verbose log line

This commit is contained in:
nick
2013-08-21 14:41:19 +01:00
parent e13d1d8fb4
commit 14fde0f2a1

View File

@@ -541,8 +541,6 @@ static void mirror_read_cb( struct ev_loop *loop, ev_io *w, int revents )
return;
}
info( "count is %li, left was %"PRIu64, count, left );
if ( count == 0 ) {
warn( "EOF reading response from server!" );
ev_break( loop, EVBREAK_ONE );