Nicer toString on ListneingAnnouncerConfig (#2936)

* Helps with debugging
This commit is contained in:
Charles Allen 2016-05-09 23:51:06 -07:00 committed by Nishant
parent a31348450f
commit 454bb034f1
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ public class ListeningAnnouncerConfig
public String toString()
{
return "ListeningAnnouncerConfig{" +
"listenersPath='" + listenersPath + '\'' +
"listenersPath='" + getListenersPath() + '\'' +
'}';
}