mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-16 20:37:50 +00:00
BlockingClient: shorter error log
This commit is contained in:
@@ -100,7 +100,7 @@ public class BlockingClient implements MessageWriteTarget {
|
||||
}
|
||||
} catch (Exception e) {
|
||||
if (!vCloseRequested) {
|
||||
log.error("Error trying to open/read from connection: " + serverAddress, e);
|
||||
log.error("Error trying to open/read from connection: {}: {}", serverAddress, e.getMessage());
|
||||
connectFuture.setException(e);
|
||||
}
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user