mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-20 12:18:26 -04:00
show address for display with onion or localhost
This commit is contained in:
parent
1647a582f5
commit
60c2c12a95
4 changed files with 19 additions and 11 deletions
|
@ -191,7 +191,7 @@ public class PrivateNotificationManager implements MessageListener {
|
|||
|
||||
@Override
|
||||
public void onFailure(@NotNull Throwable throwable) {
|
||||
String errorMessage = "Sending ping to " + peersNodeAddress.getHostNameForDisplay() +
|
||||
String errorMessage = "Sending ping to " + peersNodeAddress.getAddressForDisplay() +
|
||||
" failed. That is expected if the peer is offline.\n\tping=" + ping +
|
||||
".\n\tException=" + throwable.getMessage();
|
||||
log.info(errorMessage);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue