mirror of
https://github.com/stashapp/stash.git
synced 2026-03-01 10:48:39 +01:00
Cleanup logspam in identify (#2287)
This commit is contained in:
parent
67b1d15efc
commit
ddf38726a4
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue