diff --git a/lib/src/Event.dart b/lib/src/Event.dart index dcc04b6..7a2e569 100644 --- a/lib/src/Event.dart +++ b/lib/src/Event.dart @@ -134,7 +134,7 @@ class Event { try { content = json.decode(jsonObj["content_json"]); } catch (e) { - print("jsonObj decode of event content failed: ${e.toString()}"); + print("jsonObj decode of event content '${jsonObj["content_json"]}' failed: ${e.toString()}"); content = {}; }