Merge "Sonar critical issues"
[dmaap/messagerouter/dmaapclient.git] / src / main / java / com / att / nsa / mr / client / impl / MRConsumerImpl.java
index 085b5e5..c4c4104 100644 (file)
@@ -258,6 +258,7 @@ public class MRConsumerImpl extends MRBaseClient implements MRConsumer {
                                } catch (JSONException e) {
                                        // unexpected response
                                        reportProblemWithResponse();
+                                       log.error("exception: ", e);
                                } catch (HttpException e) {
                                        throw new IOException(e);
                                }