Modify log infomation 85/28785/1
authorluxin <luxin7@huawei.com>
Mon, 22 Jan 2018 12:11:41 +0000 (20:11 +0800)
committerluxin <luxin7@huawei.com>
Mon, 22 Jan 2018 12:11:41 +0000 (20:11 +0800)
Change-Id: I06b67a44021f2478887c7bb96a877e8b4506a2ad
Issue-ID: VFC-672
Signed-off-by: luxin <luxin7@huawei.com>
ResmanagementService/service/src/main/java/org/onap/vfc/nfvo/resmanagement/service/rest/NsRoa.java

index 25b4c5d..43f5f62 100644 (file)
@@ -77,7 +77,7 @@ public class NsRoa {
             return restJson;
         }
 
-        LOGGER.info("VnfRoa::addVnf:{}", object.toString());
+        LOGGER.info("NsRoa::addNs:{}", object.toString());
         return nsService.addNs(object);
     }