summaryrefslogtreecommitdiff
path: root/checkbox.go
diff options
context:
space:
mode:
Diffstat (limited to 'checkbox.go')
-rw-r--r--checkbox.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkbox.go b/checkbox.go
index 3101507..b2576d7 100644
--- a/checkbox.go
+++ b/checkbox.go
@@ -22,7 +22,7 @@ func newCheckbox(p *tree.Node, n *tree.Node) {
var b bool
b = newt.checked()
n.SetValue(b)
- log.Warn("Checkbox is now =", b)
+ log.Log(ANDLABS, "Checkbox is now =", b)
me.myTree.SendUserEvent(n)
})