Skip to content

Commit

Permalink
Update ha/lock.go
Browse files Browse the repository at this point in the history
Co-authored-by: Luiz Aoqui <luiz@hashicorp.com>
  • Loading branch information
Juanadelacuesta and lgfa29 committed Aug 1, 2023
1 parent 93b05b9 commit 70034d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha/lock.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func (hc *HALockController) maintainLease(ctx context.Context) error {
for {
select {
case <-ctx.Done():
hc.logger.Debug("context canceled, returning")
hc.logger.Debug("context canceled, stopping lease maintenance")
return nil

case <-renewTicker.C:
Expand Down

0 comments on commit 70034d8

Please sign in to comment.