Log IOException

This commit is contained in:
Florian Schmaus 2014-06-08 13:57:50 +02:00
parent 315648382e
commit 52807fe7c4

View file

@ -169,6 +169,7 @@ public class Client {
} }
} }
} catch (IOException ioe) { } catch (IOException ioe) {
LOGGER.log(Level.FINE, "IOException in query", ioe);
} }
} }
return null; return null;