mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
Add linebreak to filtered seeds
This commit is contained in:
parent
72abd54d02
commit
764d0fa47a
@ -157,7 +157,7 @@ public class GetInventoryRequestHandler implements MessageListener {
|
||||
|
||||
Filter filter = filterManager.getFilter();
|
||||
if (filter != null) {
|
||||
inventory.put(InventoryItem.filteredSeeds, Joiner.on(", ").join(filter.getSeedNodes()));
|
||||
inventory.put(InventoryItem.filteredSeeds, Joiner.on(",\n").join(filter.getSeedNodes()));
|
||||
}
|
||||
|
||||
log.info("Send inventory {} to {}", inventory, connection.getPeersNodeAddressOptional());
|
||||
|
Loading…
Reference in New Issue
Block a user