diff --git a/apps/routerconsole/java/src/net/i2p/router/web/ConfigNetHandler.java b/apps/routerconsole/java/src/net/i2p/router/web/ConfigNetHandler.java index 83292bb14..ca096ea00 100644 --- a/apps/routerconsole/java/src/net/i2p/router/web/ConfigNetHandler.java +++ b/apps/routerconsole/java/src/net/i2p/router/web/ConfigNetHandler.java @@ -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) {} }