Avoiding too much detail in the Log
This commit is contained in:
+1
-1
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user