Log IOException
This commit is contained in:
parent
315648382e
commit
52807fe7c4
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue