diff options
| author | Jeff Carr <[email protected]> | 2025-10-14 00:16:26 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-14 00:16:26 -0500 |
| commit | 660620c105f1a0a7d5e95ab6e2d4dc10113fd249 (patch) | |
| tree | a3fc7c9a479eb91360be286f1b62b309713a20fb /exit.go | |
| parent | 38223d25713916ae25261d7adb78c1fa0c40227d (diff) | |
changes for new lib/config function namesv0.0.35
Diffstat (limited to 'exit.go')
| -rw-r--r-- | exit.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() } } |
