summaryrefslogtreecommitdiff
path: root/sleep.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-16 11:10:19 -0600
committerJeff Carr <[email protected]>2024-01-16 11:10:19 -0600
commitabb5a8dbade5c2dab6485797a4ea076186799568 (patch)
tree587307714c22d6cf52e5f9678e508216fb08072b /sleep.go
parenta71a85d5c383ee05b8e7141c260e705195eeb71e (diff)
start fixing the logging settings
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'sleep.go')
-rw-r--r--sleep.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sleep.go b/sleep.go
index 676b65b..17a6243 100644
--- a/sleep.go
+++ b/sleep.go
@@ -23,7 +23,7 @@ func Sleep(a ...any) {
return
}
- Info("sleep", a[0])
+ Verbose("sleep", a[0])
switch a[0].(type) {
case int: