Update GetDataRequestHandler.java

This commit is contained in:
Gordon E 2019-09-03 12:16:15 +03:00 committed by GitHub
parent ce43142507
commit a25aeef9e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -161,7 +161,7 @@ public class GetDataRequestHandler {
if (connection.getCapabilities().containsAll(((CapabilityRequiringPayload) protectedStoragePayload).getRequiredCapabilities())) if (connection.getCapabilities().containsAll(((CapabilityRequiringPayload) protectedStoragePayload).getRequiredCapabilities()))
doAdd = true; doAdd = true;
else else
log.debug("We do not send the message to the peer because he does not support the required capability for that message type.\n" + log.debug("We do not send the message to the peer because they do not support the required capability for that message type.\n" +
"storagePayload is: " + Utilities.toTruncatedString(protectedStoragePayload)); "storagePayload is: " + Utilities.toTruncatedString(protectedStoragePayload));
} else { } else {
doAdd = true; doAdd = true;