Sonar Critical Use a logger
[appc.git] / appc-outbound / appc-network-inventory-client / provider / src / main / java / org / openecomp / appc / instar / dme2client / Dme2Client.java
index a0a57db..4726830 100644 (file)
@@ -166,7 +166,7 @@ public class Dme2Client {
 
                        }
                } catch (Exception t) {
-                       t.printStackTrace();
+                       log.error("Error in Dme2Client for send() method while sending response:" ,t);
                }
                return response;
        }