mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-05 06:23:16 -06:00
switch last entry to Debug
This commit is contained in:
parent
1effacd10f
commit
afb228bd70
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ func (f *federatingDB) Undo(ctx context.Context, undo vocab.ActivityStreamsUndo)
|
|||
|
||||
// UNHANDLED
|
||||
default:
|
||||
log.Warnf(ctx, "unhandled object type: %s", name)
|
||||
log.Debugf(ctx, "unhandled object type: %s", name)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue