Skip to content

Commit

Permalink
modified the ignwarn -> igndbg since using topic tag shouldn't throw …
Browse files Browse the repository at this point in the history
…any warnings in this version

Signed-off-by: Liam Han <liamhan0905@gmail.com>
  • Loading branch information
liamhan0905 committed May 22, 2023
1 parent 79776c6 commit a002acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/systems/detachable_joint/DetachableJoint.cc
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ void DetachableJoint::Configure(const Entity &_entity,
}
else
{
ignwarn << "Ignoring <topic> tag and using <detach_topic> tag."
igndbg << "Ignoring <topic> tag and using <detach_topic> tag."
<< std::endl;

Check warning on line 121 in src/systems/detachable_joint/DetachableJoint.cc

View check run for this annotation

Codecov / codecov/patch

src/systems/detachable_joint/DetachableJoint.cc#L120-L121

Added lines #L120 - L121 were not covered by tests
}
}
Expand Down

0 comments on commit a002acb

Please sign in to comment.