Use updated platform capabilites

Signed-off-by: Philip Joseph <philip.joseph@riftio.com>
diff --git a/common/python/rift/mano/utils/project.py b/common/python/rift/mano/utils/project.py
index 56778a9..de495e9 100644
--- a/common/python/rift/mano/utils/project.py
+++ b/common/python/rift/mano/utils/project.py
@@ -396,7 +396,7 @@
 
 
 class ProjectDtsHandler(object):
-    XPATH = "C,{}/config".format(XPATH)
+    XPATH = "C,{}/project-config".format(XPATH)
 
     def __init__(self, dts, log, callbacks):
         self._dts = dts
@@ -510,7 +510,7 @@
             #     'delete': [],
             # })
 
-            self._log.error("prepare msg type {}".format(type(msg)))
+            # self._log.error("prepare msg type {}".format(type(msg)))
             name = msg.name_ref
 
             self._log.debug("Project %s on_prepare config received (action: %s): %s",