mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-08-28 00:44:18 +00:00
i2psnark: Reduce log level for common error serving file resources
This commit is contained in:
@@ -245,10 +245,10 @@ class BasicServlet extends HttpServlet
|
||||
}
|
||||
catch(IOException e)
|
||||
{
|
||||
if (_log.shouldLog(Log.WARN))
|
||||
if (_log.shouldInfo())
|
||||
// typical browser abort
|
||||
//_log.warn("Error sending", e);
|
||||
_log.warn("Error sending " + pathInContext + ": " + e);
|
||||
_log.info("Error sending " + pathInContext + ": " + e);
|
||||
throw e;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user