Clarify manifest is VINTF manifest in log. am: 8a753364d8

Change-Id: Id084cbdd8f5e4ad00c9d19898931e00a3c151914
diff --git a/Vintf.cpp b/Vintf.cpp
index 164eb42..afb19c7 100644
--- a/Vintf.cpp
+++ b/Vintf.cpp
@@ -67,7 +67,7 @@
     }
 
     LOG(INFO) << __FUNCTION__ << ": Cannot find entry " << fqName.string() << "/" << instanceName
-              << " in either framework or device manifest.";
+              << " in either framework or device VINTF manifest.";
     return vintf::Transport::EMPTY;
 }