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 40f36f2 commit 0d3e636
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 @@ -412,7 +412,7 @@ func (f *Interface) reloadMisc(c *config.C) {
if c.HasChanged("counters.requery_every_packets") {
n := c.GetUint32("counters.requery_every_packets", defaultReQueryEvery)
f.reQueryEvery.Store(n)
f.l.Info("counters.requery_every_packets")
f.l.Info("counters.requery_every_packets has changed")
}

if c.HasChanged("timers.requery_wait_duration") {
Expand Down

0 comments on commit 0d3e636

Please sign in to comment.