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

Commit 3def9c43 authored by Steven Moreland's avatar Steven Moreland
Browse files

servicemanager: isDeclared error is 'INFO'

This is expected.

Bug: 215221304
Test: N/A
Change-Id: I0e9435d540b42a80c65103c7714f4583fc850e4b
parent bec007aa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -113,7 +113,7 @@ static bool isVintfDeclared(const std::string& name) {
    if (!found) {
        // Although it is tested, explicitly rebuilding qualified name, in case it
        // 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.";
    }