mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-05-11 06:07:03 +00:00
logging
This commit is contained in:
@@ -110,6 +110,7 @@ public class ConfigNetHandler extends FormHandler {
|
||||
addFormError("Unable to guess the host (NO_PREFIX)");
|
||||
} catch (IOException ioe) {
|
||||
addFormError("Unable to guess the host (IO_ERROR)");
|
||||
_context.logManager().getLog(ConfigNetHandler.class).error("Unable to guess the host", ioe);
|
||||
} finally {
|
||||
if (reader != null) try { reader.close(); } catch (IOException ioe) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user