Avoiding too much detail in the Log

This commit is contained in:
Vitor Pamplona 2023-07-11 17:45:38 -04:00
parent aecfaa5fd8
commit 51384e654b

View File

@ -22,7 +22,7 @@ class CommunityPostApprovalEvent(
fromJson(it, Client.lenient)
}
} catch (e: Exception) {
Log.w("CommunityPostEvent", "Failed to Parse Contained Post $content", e)
Log.w("CommunityPostEvent", "Failed to Parse Community Approval Contained Post of $id with $content")
null
}