Skip to content

Commit

Permalink
Fix codecheck
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <louise@openrobotics.org>
  • Loading branch information
chapulina committed Dec 7, 2021
1 parent dc3c2ed commit efe3e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/marker_manager/MarkerManager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ bool MarkerManagerPrivate::ProcessMarkerMsg(const ignition::msgs::Marker &_msg)
{
if (this->warnOnActionFailure)
{
ignwarn << "Unable to delete all markers in namespace[" << ns
ignwarn << "Unable to delete all markers in namespace[" << ns
<< "], namespace can't be found." << std::endl;
}
return false;
Expand Down

0 comments on commit efe3e70

Please sign in to comment.