Skip to content

Commit

Permalink
Update interface.go
Browse files Browse the repository at this point in the history
Co-authored-by: Wade Simmons <[email protected]>
  • Loading branch information
nbrownus and wadey authored Aug 8, 2023
1 parent 0d3e636 commit f2b15bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ func (f *Interface) reloadMisc(c *config.C) {
if c.HasChanged("timers.requery_wait_duration") {
n := c.GetDuration("timers.requery_wait_duration", defaultReQueryWait)
f.reQueryWait.Store(int64(n))
f.l.Info("timers.requery_wait_duration")
f.l.Info("timers.requery_wait_duration has changed")
}
}

Expand Down

0 comments on commit f2b15bc

Please sign in to comment.