Clarify manifest is VINTF manifest in log.

For grepping + ability for people to look things up based on log
message.

Bug: N/A
Test: N/A
Change-Id: I58937fa8552cf595a07edafed61be0fb223a6f8b
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;
 }