Skip to content

Commit ac91196

Browse files
committed
[compat] fixed bugs.
1 parent 9e64a69 commit ac91196

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/rtm/Manager.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -695,9 +695,9 @@ std::vector<coil::Properties> Manager::getLoadableModules()
695695
comp_id["implementation_id"].c_str()));
696696
return nullptr;
697697
}
698-
if (it->findNode("module_file_name") == nullptr)
698+
if (it->findNode("module_file_path") == nullptr)
699699
{
700-
RTC_ERROR(("Hmm...module_file_name key not found."));
700+
RTC_ERROR(("Hmm...module_file_path key not found."));
701701
return nullptr;
702702
}
703703
// module loading

0 commit comments

Comments
 (0)