diff options
| author | Jeff Carr <[email protected]> | 2024-02-07 08:47:06 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-07 08:47:06 -0600 |
| commit | 2d0c73f58e68d34cbd2ab85ba82507d159da28de (patch) | |
| tree | eed9475503049dfb1176fe12c4c07f0b94337cda /checkbox.go | |
| parent | 2aed14a60cbb9208f8f9a507c83a3dd297a93640 (diff) | |
use internal log flagsv0.20.1
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'checkbox.go')
| -rw-r--r-- | checkbox.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checkbox.go b/checkbox.go index f863f8e..f7c96da 100644 --- a/checkbox.go +++ b/checkbox.go @@ -22,7 +22,7 @@ func (parent *Node) NewCheckbox(name string) *Node { newNode.progname = name newNode.Custom = func() { - log.Warn("checkboxy now is", newNode.checked) + log.Log(WARN, "checkboxy now is", newNode.checked) } // inform the toolkits |
