summaryrefslogtreecommitdiff
path: root/argv.Exit.go
diff options
context:
space:
mode:
Diffstat (limited to 'argv.Exit.go')
-rw-r--r--argv.Exit.go2
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()
}
}