summaryrefslogtreecommitdiff
path: root/exit.go
diff options
context:
space:
mode:
Diffstat (limited to 'exit.go')
-rw-r--r--exit.go2
1 files changed, 1 insertions, 1 deletions
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()
}
}