Skip to content

Commit dd25e4a

Browse files
committed
fixup! Remove last leftover of internal libraries.
1 parent 8a2b90e commit dd25e4a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ratelimit.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ func loadRatelimitConfig() error {
3232
if err == nil {
3333
return nil
3434
}
35-
cfg.Logger.Error("Failed to load config", map[string]interface{}{"path": path, "error": err})
35+
cfg.Logger.Debug("Failed to load config", map[string]interface{}{"path": path, "error": err})
3636
}
3737

38-
cfg.Logger.Debug("Rate limit config not found")
38+
cfg.Logger.Error("Rate limit config not found")
3939
return os.ErrNotExist
4040
}
4141

0 commit comments

Comments
 (0)