Fix connection message

master
Stuart Boston 11 years ago
parent 58a2858002
commit 6722019db8

@ -181,7 +181,7 @@ public final class WebBrowser {
try { try {
content.close(); content.close();
} catch (IOException ex) { } catch (IOException ex) {
LOG.debug("Failed to close connection: " + ex.getMessage()); LOG.debug("Failed to close connection: {}", ex.getMessage());
} }
} }
} }

Loading…
Cancel
Save