summaryrefslogtreecommitdiff
path: root/setText.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-21 11:30:12 -0600
committerJeff Carr <[email protected]>2024-01-21 11:30:12 -0600
commit40f819c3a28233bccb2cd48446639e5130fe6211 (patch)
tree5160e228edf4068a4286c3233289e67059ce0358 /setText.go
parent4f3255c681c4a5927be7b104e1c8195f01cabdb6 (diff)
more logging updates
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'setText.go')
-rw-r--r--setText.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/setText.go b/setText.go
index 30ee24a..a36d97f 100644
--- a/setText.go
+++ b/setText.go
@@ -21,7 +21,7 @@ func setText(n *tree.Node, a *widget.Action) {
switch n.WidgetType {
case widget.Window:
- log.Warn("setText() Attempt to set the title to", name)
+ log.Log(CHANGE, "setText() Attempt to set the title to", name)
tk.uiWindow.SetTitle(a.State.Label)
case widget.Tab:
case widget.Group: