Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f2216743 authored by Steven Moreland's avatar Steven Moreland Committed by Gerrit Code Review
Browse files

Merge "servicemanager: isDeclared error is 'INFO'"

parents f9ce300c 3def9c43
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -113,7 +113,7 @@ static bool isVintfDeclared(const std::string& name) {
    if (!found) {
    if (!found) {
        // Although it is tested, explicitly rebuilding qualified name, in case it
        // Although it is tested, explicitly rebuilding qualified name, in case it
        // becomes something unexpected.
        // becomes something unexpected.
        LOG(ERROR) << "Could not find " << aname.package << "." << aname.iface << "/"
        LOG(INFO) << "Could not find " << aname.package << "." << aname.iface << "/"
                  << aname.instance << " in the VINTF manifest.";
                  << aname.instance << " in the VINTF manifest.";
    }
    }