mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-04-07 19:38:14 +02:00
Turns parsing failures into warnings.
This commit is contained in:
parent
ed7ad2f51b
commit
eb02049507
@ -22,7 +22,7 @@ class CommunityPostApprovalEvent(
|
||||
fromJson(it, Client.lenient)
|
||||
}
|
||||
} catch (e: Exception) {
|
||||
Log.e("CommunityPostEvent", "Failed to Parse Contained Post $content", e)
|
||||
Log.w("CommunityPostEvent", "Failed to Parse Contained Post $content", e)
|
||||
null
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user