Fix logger in SoClient 41/105641/1
authorPriyadharshini <priyadharshini.b96@wipro.com>
Thu, 9 Apr 2020 09:47:14 +0000 (15:17 +0530)
committerPriyadharshini <priyadharshini.b96@wipro.com>
Thu, 9 Apr 2020 09:47:14 +0000 (15:17 +0530)
Issue-ID: EXTAPI-428
Signed-off-by: Priyadharshini <priyadharshini.b96@wipro.com>
Change-Id: Ib925680be755b62a332507b45b27af62ca951731

src/main/java/org/onap/nbi/apis/serviceorder/SoClient.java

index e92f2c3..c286d60 100644 (file)
@@ -134,7 +134,7 @@ public class SoClient {
             return response;
 
         } catch (BackendFunctionalException e) {
-            LOGGER.error(ERROR_ON_CALLING + createSoUrl + " ," + e.getHttpStatus() + " , " + e.getBodyResponse());
+            LOGGER.error(ERROR_ON_CALLING + createE2ESoUrl + " ," + e.getHttpStatus() + " , " + e.getBodyResponse());
             return new ResponseEntity(e.getBodyResponse(), e.getHttpStatus());
         } catch (ResourceAccessException e) {
             LOGGER.error(ERROR_ON_CALLING + createE2ESoUrl + " ," + e.getMessage());