mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 04:39:16 +02:00
Better error display
This commit is contained in:
parent
7b442bfcbc
commit
b9f51478ca
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ def inbox_create_audio(payload, context):
|
|||
context={"activity": context.get("activity"), "actor": context["actor"]},
|
||||
)
|
||||
if not serializer.is_valid(raise_exception=context.get("raise_exception", False)):
|
||||
logger.warn("Discarding invalid audio create")
|
||||
logger.warn("Discarding invalid audio create: %s", serializer.errors)
|
||||
return
|
||||
|
||||
upload = serializer.save()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue