mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
Move persisted data to resource dir. Improve logging
This commit is contained in:
parent
64d9d2e094
commit
8bec17a823
2 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue