summaryrefslogtreecommitdiff
path: root/window.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-07 08:47:06 -0600
committerJeff Carr <[email protected]>2024-02-07 08:47:06 -0600
commit2d0c73f58e68d34cbd2ab85ba82507d159da28de (patch)
treeeed9475503049dfb1176fe12c4c07f0b94337cda /window.go
parent2aed14a60cbb9208f8f9a507c83a3dd297a93640 (diff)
use internal log flagsv0.20.1
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'window.go')
-rw-r--r--window.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/window.go b/window.go
index f8319b7..e0a1b01 100644
--- a/window.go
+++ b/window.go
@@ -109,7 +109,7 @@ func (n *Node) TestDraw() {
n.changed = true
n.visable = true
- log.Verbose("TestDraw() sending widget.Add", n.id, n.WidgetType, n.progname)
+ log.Log(INFO, "TestDraw() sending widget.Add", n.id, n.WidgetType, n.progname)
sendAction(n, widget.Add)
for _, child := range n.children {