mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-11 19:55:03 -05:00
Log IOException
This commit is contained in:
parent
315648382e
commit
52807fe7c4
@ -169,6 +169,7 @@ public class Client {
|
||||
}
|
||||
}
|
||||
} catch (IOException ioe) {
|
||||
LOGGER.log(Level.FINE, "IOException in query", ioe);
|
||||
}
|
||||
}
|
||||
return null;
|
||||
|
Loading…
Reference in New Issue
Block a user