Loading cmds/servicemanager/ServiceManager.cpp +2 −2 Original line number Original line Diff line number Diff line Loading @@ -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."; } } Loading Loading
cmds/servicemanager/ServiceManager.cpp +2 −2 Original line number Original line Diff line number Diff line Loading @@ -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."; } } Loading