Showing
1 changed file
with
1 additions
and
1 deletions
@@ -92,7 +92,7 @@ public class ZkMonitorHandleServiceImpl implements IZkMonitorHandleService { | @@ -92,7 +92,7 @@ public class ZkMonitorHandleServiceImpl implements IZkMonitorHandleService { | ||
92 | client.start(); | 92 | client.start(); |
93 | List<String> children = client.getChildren().forPath("/"); | 93 | List<String> children = client.getChildren().forPath("/"); |
94 | } catch (Exception e) { | 94 | } catch (Exception e) { |
95 | - log.error("get zookeeper children failed"); | 95 | + log.error("get zookeeper children failed param ip {}:",ip); |
96 | return 0; | 96 | return 0; |
97 | }finally { | 97 | }finally { |
98 | client.close(); | 98 | client.close(); |
-
Please register or login to post a comment