summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-08 22:33:18 -0600
committerJeff Carr <[email protected]>2024-01-08 22:33:18 -0600
commit2b87ba4eaa47febdd9cb2b54515ab0e7945d3c1e (patch)
tree574c25324a738c938a33e14600930a8a5d33b2e9 /main.go
parente2e4726ef7de04023e6c15a9ce1474f246e8b978 (diff)
go.wit.com/log change
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.go b/main.go
index 303ed1d..90b882e 100644
--- a/main.go
+++ b/main.go
@@ -81,12 +81,12 @@ func DebugWindow2(newB *gui.Node, title string) *gui.Node {
})
gr.NewButton("test conc", func () {
- log.Log(true, "TODO: fix me")
+ log.Log(WARN, "TODO: fix me")
// makeConc()
})
gr.NewButton("List Plugins", func () {
- log.Log(true, "TODO: fix me")
+ log.Log(WARN, "TODO: fix me")
/*
for _, aplug := range allPlugins {
log.Log(true, "Loaded plugin:", aplug.name, aplug.filename)
@@ -137,7 +137,7 @@ func dropdownWindow(p *gui.Node) {
name := dd.S
activeWidget = mapWindows[name]
setActiveWidget(activeWidget)
- log.Log(true, "The Window was set to", name)
+ log.Log(INFO, "The Window was set to", name)
}
log.Log(INFO, "dd =", dd)
if (activeWidget == nil) {