diff options
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() } } |
