Skip to content
Snippets Groups Projects
Commit 44248937 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Make logging nicer

parent 381df033
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,7 @@ namespace armarx::armem::common::robot_state::localization
}
else
{
ARMARX_WARNING << deactivateSpam(60) << "Cannot perform tf lookup '" << parentFrame << " -> " << frame << "'";
ARMARX_WARNING << deactivateSpam(60) << "Cannot perform tf lookup '" << parentFrame << "' -> '" << frame << "'.";
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment