Skip to content
Snippets Groups Projects
Commit e11f3792 authored by Kevin Hitzler's avatar Kevin Hitzler
Browse files

Fixed Logging::startRtLoggingWithAliasNames null pointer issue

parent 29fb276c
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();
......
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