summaryrefslogtreecommitdiff
path: root/exit.go
diff options
context:
space:
mode:
Diffstat (limited to 'exit.go')
-rw-r--r--exit.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/exit.go b/exit.go
index 125b870..83f2ddd 100644
--- a/exit.go
+++ b/exit.go
@@ -87,7 +87,7 @@ func ExitWatchdog() {
return
case t := <-dog.C:
_ = t
- fmt.Println("argv.Exit() watchdog: stalled in", me.pb.AppInfo.APPNAME+".Exit()")
+ fmt.Println("argv.Exit() watchdog: stalled in", PB.AppInfo.APPNAME+".Exit()")
// h.Scan()
}
}
@@ -111,7 +111,7 @@ func Defer(dur time.Duration, f func()) {
return
case t := <-dog.C:
_ = t
- fmt.Println("argv.Exit() watchdog: stalled in", me.pb.AppInfo.APPNAME+".Exit()")
+ fmt.Println("argv.Exit() watchdog: stalled in", PB.AppInfo.APPNAME+".Exit()")
// h.Scan()
}
}