mirror of
https://github.com/apache/druid.git
synced 2025-02-17 07:25:02 +00:00
Nicer toString on ListneingAnnouncerConfig (#2936)
* Helps with debugging
This commit is contained in:
parent
a31348450f
commit
454bb034f1
@ -80,7 +80,7 @@ public class ListeningAnnouncerConfig
|
|||||||
public String toString()
|
public String toString()
|
||||||
{
|
{
|
||||||
return "ListeningAnnouncerConfig{" +
|
return "ListeningAnnouncerConfig{" +
|
||||||
"listenersPath='" + listenersPath + '\'' +
|
"listenersPath='" + getListenersPath() + '\'' +
|
||||||
'}';
|
'}';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user