mirror of https://github.com/apache/druid.git
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()
|
||||
{
|
||||
return "ListeningAnnouncerConfig{" +
|
||||
"listenersPath='" + listenersPath + '\'' +
|
||||
"listenersPath='" + getListenersPath() + '\'' +
|
||||
'}';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue