forked from Qortal/qortal
Added missing "break" which was causing additional unnecessary debug logging. Originally introduced due to a merge conflict with the metadata branch.
This commit is contained in:
parent
a19e1f06c0
commit
ef59c34165
@ -1393,6 +1393,7 @@ public class Controller extends Thread {
|
||||
|
||||
case TRADE_PRESENCES:
|
||||
TradeBot.getInstance().onTradePresencesMessage(peer, message);
|
||||
break;
|
||||
|
||||
default:
|
||||
LOGGER.debug(() -> String.format("Unhandled %s message [ID %d] from peer %s", message.getType().name(), message.getId(), peer));
|
||||
|
Loading…
x
Reference in New Issue
Block a user