Skip to content

Commit

Permalink
bugfix: properly initialize trace logger.
Browse files Browse the repository at this point in the history
  • Loading branch information
finger563 committed Apr 6, 2018
1 parent 38e1c18 commit aa5cb55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rosmod_actor/src/rosmod_actor/component.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
// Constructor
Component::Component(Json::Value& _config) {
logger.reset(new Logger());
trace.reset(new Logger());
config = _config;

// Identify the pwd of Node Executable
Expand Down

0 comments on commit aa5cb55

Please sign in to comment.