mirror of
https://github.com/Qortal/qortal.git
synced 2025-03-14 19:42:32 +00:00
Fixed logging error
This commit is contained in:
parent
2478450694
commit
64d4c458ec
@ -173,7 +173,7 @@ public class LiteNode {
|
||||
}
|
||||
|
||||
if (responseMessage == null) {
|
||||
LOGGER.info("Peer didn't respond to {} message", peer, message.getType());
|
||||
LOGGER.info("Peer {} didn't respond to {} message", peer, message.getType());
|
||||
return null;
|
||||
}
|
||||
else if (responseMessage.getType() != expectedResponseMessageType) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user