Skip to content
Snippets Groups Projects
Commit 5127bb84 authored by Niccolò Betto's avatar Niccolò Betto
Browse files

[RIGv2] Reword initial registry load failure message

parent 6fd57022
No related branches found
No related tags found
1 merge request!109[RIGv2][ConRIGv2] Orion development merge
......@@ -115,7 +115,8 @@ int main()
// Perform an initial registry load
std::cout << "Loading backed registry" << std::endl;
if (registry->load() != RegistryError::OK)
std::cout << "*** Failed to load backed registry ***" << std::endl;
std::cout << "* Warning: could not load a saved registry *"
<< std::endl;
std::cout << "Starting Actuators" << std::endl;
if (!actuators->start())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment