Showing
1 changed file
with
1 additions
and
1 deletions
@@ -82,7 +82,7 @@ public class OneJob implements Callable { | @@ -82,7 +82,7 @@ public class OneJob implements Callable { | ||
82 | try { | 82 | try { |
83 | this.jedis = jedisPool.getResource(); | 83 | this.jedis = jedisPool.getResource(); |
84 | } catch (Exception e) { | 84 | } catch (Exception e) { |
85 | - DEBUG.error("Failed to fetch one avaliable client , erro ", e); | 85 | + DEBUG.error("Failed to fetch one avaliable client {} , erro {}",jedisUrl, e); |
86 | } | 86 | } |
87 | } | 87 | } |
88 | 88 |
-
Please register or login to post a comment