Fix logger in SoClient
[externalapi/nbi.git] / 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());