diff options
| author | Jeff Carr <[email protected]> | 2025-10-19 12:57:22 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-19 12:57:22 -0500 |
| commit | f914e39be658e0bfa773f030cb9d185d398109ae (patch) | |
| tree | d19750034cc791f309db0300a67954647e553553 /argv.Exit.go | |
| parent | 8c44dd2eb48319b3511982e78dc6ef06b43ea3ac (diff) | |
populate pb.AppInfov0.0.42
Diffstat (limited to 'argv.Exit.go')
| -rw-r--r-- | argv.Exit.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/argv.Exit.go b/argv.Exit.go index 1419ae2..bbf5c70 100644 --- a/argv.Exit.go +++ b/argv.Exit.go @@ -68,7 +68,7 @@ func ExitWatchdog() { return case t := <-dog.C: _ = t - log.Info("argv.Exit() watchdog: stalled in", me.ARGNAME+".Exit()") + log.Info("argv.Exit() watchdog: stalled in", me.pb.AppInfo.APPNAME+".Exit()") // h.Scan() } } |
