mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
Add peer to log
This commit is contained in:
parent
933fa46780
commit
ccbb5780ab
1 changed files with 3 additions and 1 deletions
|
@ -297,7 +297,9 @@ public class Connection extends Capabilities implements Runnable, MessageListene
|
|||
}
|
||||
|
||||
if (!result)
|
||||
log.info("We did not send the message because the peer does not support our required capabilities. message={}, peers supportedCapabilities={}", msg, capabilities);
|
||||
log.info("We did not send the message because the peer does not support our required capabilities. " +
|
||||
"message={}, peer={}, peers supportedCapabilities={}",
|
||||
msg, peersNodeAddressOptional, capabilities);
|
||||
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue