From 660620c105f1a0a7d5e95ab6e2d4dc10113fd249 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 14 Oct 2025 00:16:26 -0500 Subject: changes for new lib/config function names --- exit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exit.go') diff --git a/exit.go b/exit.go index f53c1b6..a9deec7 100644 --- a/exit.go +++ b/exit.go @@ -68,7 +68,7 @@ func ExitWatchdog() { return case t := <-dog.C: _ = t - log.Info("argv.Exit() watchdog: stalled in", myAuto.appName+".Exit()") + log.Info("argv.Exit() watchdog: stalled in", myAuto.ARGNAME+".Exit()") // h.Scan() } } -- cgit v1.2.3