Skip to content

Commit

Permalink
backport of commit e9d6dbc (hashicorp#19653)
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Palmiotto <mike.palmiotto@hashicorp.com>
  • Loading branch information
hc-github-team-secure-vault-core and mpalmi committed Mar 21, 2023
1 parent c7e83ef commit 10929a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vault/activity/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ func (s *PrecomputedQueryStore) Get(ctx context.Context, startTime, endTime time
s.logger.Trace("updating closest times")
}
}
s.logger.Trace("chose start end end times", "startTime", closestStartTime, "endTime")
s.logger.Trace("chose start/end times", "startTime", closestStartTime, "endTime", closestEndTime)

if closestStartTime.IsZero() || closestEndTime.IsZero() {
s.logger.Warn("no start or end time in range", "start time", closestStartTime, "end time", closestEndTime)
Expand Down

0 comments on commit 10929a4

Please sign in to comment.