Skip to content

Commit 805c7b7

Browse files
committed
fix timeout issue
1 parent afc3ac8 commit 805c7b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

store/json.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ func (kvs *jsonFileStore) Lock(timeout time.Duration) error {
198198
return errors.Wrap(err, "processLock acquire error")
199199
}
200200

201-
log.Logger.Info("Acquired process lock with timeout value of ", zap.Duration("timeout", timeout))
201+
log.Logger.Info("Acquired process lock with value of ", zap.Duration("timeout", timeout))
202202
return nil
203203
}
204204

0 commit comments

Comments
 (0)