Issue ID:GSO-21
authorj00302280 <j00101220@huawei.com>
Sat, 15 Oct 2016 10:52:02 +0000 (18:52 +0800)
committerj00302280 <j00101220@huawei.com>
Sat, 15 Oct 2016 10:52:02 +0000 (18:52 +0800)
Change-Id: Ie36e036016418186e8170d2016e04abde54007ce
Signed-off-by: j00302280 <j00101220@huawei.com>
servicegateway/service/src/main/java/org/openo/gso/gui/servicegateway/roa/impl/ServiceGatewayRoaModuleImpl.java

index 9bfd899..77a9ec7 100644 (file)
@@ -70,7 +70,7 @@ public class ServiceGatewayRoaModuleImpl implements IServiceGatewayRoaModule {
             // 1. Check validation
             String reqContent = RestUtils.getRequestBody(servletReq);
             ValidateUtil.assertStringNotNull(reqContent);
-            LOGGER.info("Received a request form the NBI the reqContent is :"+ reqContent11);
+            LOGGER.info("Received a request form the NBI the reqContent is :"+ reqContent);
 
             // 2. Create service
             serviceId = serviceGateway.createService(reqContent, servletReq);