Move persisted data to resource dir. Improve logging

This commit is contained in:
Manfred Karrer 2018-01-09 13:54:47 +01:00
parent 64d9d2e094
commit 8bec17a823
No known key found for this signature in database
GPG Key ID: 401250966A6B2C46
2 changed files with 1 additions and 1 deletions

View File

@ -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);
},