summaryrefslogtreecommitdiff
path: root/log.go
diff options
context:
space:
mode:
Diffstat (limited to 'log.go')
-rw-r--r--log.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/log.go b/log.go
index 19a1d3d..aa67acf 100644
--- a/log.go
+++ b/log.go
@@ -25,5 +25,6 @@ func sleep(a ...any) {
}
func exit(a ...any) {
+ log(logError, "got to log() exit")
witlog.Exit(a...)
}