HBASE-10013 Enhance the message about ZK when there is an exception

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1544104 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
nkeywal 2013-11-21 10:59:40 +00:00
parent 5ab799822e
commit 5cf0b3f055
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ public class ZooKeeperWatcher implements Watcher, Abortable, Closeable {
@Override
public String toString() {
return this.identifier;
return this.identifier + ", quorum=" + quorum + ", baseZNode=" + baseZNode;
}
/**