Skip to content
Snippets Groups Projects
Commit 277ef79f authored by You Zhou's avatar You Zhou
Browse files

Merge branch 'master' of https://gitlab.com/ArmarX/RobotAPI

parents 28d2d87e cce6d1aa
No related branches found
No related tags found
No related merge requests found
......@@ -95,6 +95,7 @@ namespace armarx
{
throw InvalidArgumentException {"There already is a logger for the path '" + pb.getPath() + "'"};
}
rtLoggingEntries[pb.getPath()].reset(new CSVLoggingEntry());
auto ptr = rtLoggingEntries[pb.getPath()];
CSVLoggingEntry& e = *ptr;
e.filename = pb.getPath();
......
File added
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