This commit is contained in:
Gyu-Ho Lee 2016-05-05 15:33:34 -07:00
parent 84ca908897
commit 0882a57517
1 changed files with 1 additions and 0 deletions

View File

@ -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()