summaryrefslogtreecommitdiff
path: root/sleep.go
diff options
context:
space:
mode:
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: