mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-07 05:53:15 -06:00
use debug instead of warn level
This commit is contained in:
parent
275b15a804
commit
1effacd10f
5 changed files with 7 additions and 7 deletions
|
|
@ -83,7 +83,7 @@ func (f *federatingDB) Delete(ctx context.Context, id *url.URL) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
log.Warnf(ctx, "unknown iri: %s", uriStr)
|
||||
log.Debugf(ctx, "unknown iri: %s", uriStr)
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue