sonar critical for Exception Handling
[dmaap/messagerouter/messageservice.git] / src / main / java / com / att / nsa / dmaap / service / MMRestService.java
index 206e719..ab457e5 100644 (file)
@@ -590,7 +590,7 @@ public class MMRestService {
                        LOGGER.error(errMsg);
 
                } catch (JSONException | IOException e) {
-                       LOGGER.error(errMsg);
+                       LOGGER.error("Error at sendErrResponse method:" + errMsg + "Exception name:" + e.getMessage());
                }
        }