debug lint (#276)

This commit is contained in:
Michael Quigley 2023-03-28 15:19:01 -04:00
parent e2d0b7990e
commit b8aec46548
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -385,7 +385,7 @@ func (a *Agent) enforce(u *metrics.Usage) error {
}
func (a *Agent) relax() error {
logrus.Info("relaxing")
logrus.Debug("relaxing")
trx, err := a.str.Begin()
if err != nil {