switch last entry to Debug

This commit is contained in:
kim 2024-09-17 19:28:35 +01:00
commit afb228bd70

View file

@ -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)
}
}