Skip to content

Commit

Permalink
* Added initializer for debug_ to false
Browse files Browse the repository at this point in the history
  • Loading branch information
jredmondson committed Sep 24, 2018
1 parent 581a9a8 commit 133c53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/madara/threads/Threader.h
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ namespace madara
/**
* indicates if threads should be started in debug mode
**/
bool debug_;
bool debug_ = false;

/**
* if not empty, user has specified debug information should
Expand Down

0 comments on commit 133c53b

Please sign in to comment.