summaryrefslogtreecommitdiff
path: root/debug.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-23 09:47:54 -0500
committerJeff Carr <[email protected]>2023-04-23 09:47:54 -0500
commit1322a011e7f5b8665b671d4c5ee4e65804ca75be (patch)
tree24ed995ace7694128d5ecdb4ebafc5da7cd868e3 /debug.go
parent2d4d2b6b3e115a86a10f98c20de0e4e82be519c2 (diff)
andlabs: ran without crashing
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'debug.go')
-rw-r--r--debug.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/debug.go b/debug.go
index 4f5340d..d25a656 100644
--- a/debug.go
+++ b/debug.go
@@ -29,6 +29,12 @@ func SetDebug (s bool) {
debugGui = s
debugTabs = s
+ logNow = s
+ logInfo = s
+ logWarn = s
+ logError = s
+ logVerbose = s
+
SetFlag("Node", s)
SetFlag("Tabs", s)
SetFlag("Dump", s)