Skip to content
Snippets Groups Projects
Commit 5da8f7ab authored by Tobias Gröger's avatar Tobias Gröger
Browse files

T

parent 824b9790
No related branches found
No related tags found
No related merge requests found
Pipeline #19032 canceled
......@@ -160,7 +160,7 @@ namespace armarx
<< oldState << "\ndelta:\n"
<< delta << "\nfactor: " << factor << "\n====\n";
std::string s = ss.str();
ARMARX_RT_LOGF_IMPORTANT("%s", s);
ARMARX_RT_LOGF_IMPORTANT("%s", s.c_str());
// throw LocalException("haeee");
// }
......
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