mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-15 11:45:51 +00:00
DnsSeedDiscovery: toString() method to give better log errors.
This commit is contained in:
parent
e8138c21b0
commit
7d98075efe
@ -98,5 +98,10 @@ public class DnsDiscovery extends MultiplexingDiscovery {
|
||||
@Override
|
||||
public void shutdown() {
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return hostname;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user