Cleanup logspam in identify (#2287)

This commit is contained in:
kermieisinthehouse 2022-02-09 18:11:23 -08:00 committed by GitHub
parent 67b1d15efc
commit ddf38726a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ func (t *SceneIdentifier) Identify(ctx context.Context, txnManager models.Transa
}
if result == nil {
logger.Infof("Unable to identify %s", scene.Path)
logger.Debugf("Unable to identify %s", scene.Path)
return nil
}
@ -176,7 +176,7 @@ func (t *SceneIdentifier) modifyScene(ctx context.Context, txnManager models.Tra
// don't update anything if nothing was set
if updater.IsEmpty() {
logger.Infof("Nothing to set for %s", s.Path)
logger.Debugf("Nothing to set for %s", s.Path)
return nil
}