diff options
| author | Jeff Carr <[email protected]> | 2024-01-16 11:10:19 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-16 11:10:19 -0600 |
| commit | abb5a8dbade5c2dab6485797a4ea076186799568 (patch) | |
| tree | 587307714c22d6cf52e5f9678e508216fb08072b /sleep.go | |
| parent | a71a85d5c383ee05b8e7141c260e705195eeb71e (diff) | |
start fixing the logging settings
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'sleep.go')
| -rw-r--r-- | sleep.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ func Sleep(a ...any) { return } - Info("sleep", a[0]) + Verbose("sleep", a[0]) switch a[0].(type) { case int: |
