Log IOException

This commit is contained in:
Florian Schmaus 2014-06-08 13:57:50 +02:00
parent 315648382e
commit 52807fe7c4
1 changed files with 1 additions and 0 deletions

View File

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