From f2b15bc35a6c26296c90ae5dd43f1fc3595ddeb3 Mon Sep 17 00:00:00 2001 From: Nate Brown Date: Tue, 8 Aug 2023 13:10:36 -0500 Subject: [PATCH] Update interface.go Co-authored-by: Wade Simmons --- interface.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface.go b/interface.go index c1ed0f3a4..771aed0e6 100644 --- a/interface.go +++ b/interface.go @@ -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") } }