From 0882a57517f4f85dab03865747920ec020ed9798 Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Thu, 5 May 2016 15:33:34 -0700 Subject: [PATCH] doPutZk --- control/util.go | 1 + 1 file changed, 1 insertion(+) diff --git a/control/util.go b/control/util.go index c21567fc..4cda8931 100644 --- a/control/util.go +++ b/control/util.go @@ -278,6 +278,7 @@ func doPutZk(conn *zk.Conn, requests <-chan request, sameKey bool) { var errStr string if err != nil { errStr = err.Error() + fmt.Println("doPutZk err:", err) } results <- result{errStr: errStr, duration: time.Since(st), happened: time.Now()} bar.Increment()