Port async pipeline for gizmo
[aai/gizmo.git] / src / main / java / org / onap / crud / event / GraphEvent.java
index 9e9c44c..b841389 100644 (file)
@@ -157,7 +157,7 @@ public class GraphEvent {
       return gson.fromJson(json, GraphEvent.class);
 
     } catch (Exception ex) {
-      throw new CrudException("Unable to parse JSON string: ", Status.BAD_REQUEST);
+      throw new CrudException("Unable to parse JSON string: "+json, Status.BAD_REQUEST);
     }
   }