diff options
| author | Jeff Carr <[email protected]> | 2025-03-10 04:37:42 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-10 04:37:42 -0500 |
| commit | 531a31e4b32421589341047629491adeea5d4b57 (patch) | |
| tree | 775537a7e4bc8ccab59bd4801d518011f32aa902 /addNode.go | |
| parent | 154c750e024adfb385f2fc134255ba70533285eb (diff) | |
quiet normal init() conditions
Diffstat (limited to 'addNode.go')
| -rw-r--r-- | addNode.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ func (me *TreeInfo) AddNode(a *widget.Action) *Node { if me.TryLock() { defer me.Unlock() } else { - log.Info("TREE: mutex lock was already held before AddNode()") + log.Log(TREE, "mutex lock was already held before AddNode()") } return addNode(a) } |
