diff options
author | Sonsino, Ofir (os0695) <os0695@intl.att.com> | 2018-04-15 16:36:39 +0300 |
---|---|---|
committer | Sonsino, Ofir (os0695) <os0695@intl.att.com> | 2018-04-15 16:36:39 +0300 |
commit | 0a5b5aec1d24cbc81356e74fb6d69c266b125c78 (patch) | |
tree | bf4d94c852b9abfcdd7dd928f9373e50532d66c7 /vid-app-common/src/main/java/org/onap/vid/services | |
parent | 8d29bb7f9c15122ea0b9e0ccf34be1704aaaebf6 (diff) |
Change ASDC to SDC everywhere in VID UI
Change-Id: I5149e2a3751370c9757c2b6a2bbff2984cc979b8
Issue-ID: VID-211
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
Diffstat (limited to 'vid-app-common/src/main/java/org/onap/vid/services')
-rw-r--r-- | vid-app-common/src/main/java/org/onap/vid/services/VidServiceImpl.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vid-app-common/src/main/java/org/onap/vid/services/VidServiceImpl.java b/vid-app-common/src/main/java/org/onap/vid/services/VidServiceImpl.java index 3b9d6510..55243019 100644 --- a/vid-app-common/src/main/java/org/onap/vid/services/VidServiceImpl.java +++ b/vid-app-common/src/main/java/org/onap/vid/services/VidServiceImpl.java @@ -62,7 +62,7 @@ public class VidServiceImpl implements VidService { final Service asdcServiceMetadata = asdcClient.getService(UUID.fromString(uuid)); return getServiceModel(uuid, serviceCsar, tosca, asdcServiceMetadata); } catch (Exception e) { - LOG.error("Failed to download and proccess service from ASDC", e); + LOG.error("Failed to download and proccess service from SDC", e); } return serviceModel; } |