[ 
https://issues.apache.org/jira/browse/CURATOR-511?focusedWorklogId=217087&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-217087
 ]

ASF GitHub Bot logged work on CURATOR-511:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 22/Mar/19 01:29
            Start Date: 22/Mar/19 01:29
    Worklog Time Spent: 10m 
      Work Description: BELUGABEHR commented on pull request #305: CURATOR-511: 
Add toString to ZKPaths PathAndNode
URL: https://github.com/apache/curator/pull/305#discussion_r268013178
 
 

 ##########
 File path: curator-client/src/main/java/org/apache/curator/utils/ZKPaths.java
 ##########
 @@ -154,6 +154,12 @@ public String getNode()
         {
             return node;
         }
+
+        @Override
+        public String toString()
+        {
+            return "PathAndNode [path=" + path + ", node=" + node + "]";
 
 Review comment:
   Because I want to know what the node was and the path was. I already know 
what I passed in :)
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 217087)
    Time Spent: 40m  (was: 0.5h)

> Add toString to ZKPaths PathAndNode
> -----------------------------------
>
>                 Key: CURATOR-511
>                 URL: https://issues.apache.org/jira/browse/CURATOR-511
>             Project: Apache Curator
>          Issue Type: Improvement
>          Components: Client
>    Affects Versions: 4.2.0
>            Reporter: David Mollitor
>            Priority: Trivial
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Was recently debugging a client application and this would have been helpful.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to