mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
Move persisted data to resource dir. Improve logging
This commit is contained in:
parent
64d9d2e094
commit
8bec17a823
@ -80,7 +80,7 @@ public class GetDataRequestHandler {
|
||||
|
||||
if (timeoutTimer == null) {
|
||||
timeoutTimer = UserThread.runAfter(() -> { // setup before sending to avoid race conditions
|
||||
String errorMessage = "A timeout occurred for getDataResponse:" + getDataResponse +
|
||||
String errorMessage = "A timeout occurred for getDataResponse " +
|
||||
" on connection:" + connection;
|
||||
handleFault(errorMessage, CloseConnectionReason.SEND_MSG_TIMEOUT, connection);
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user