Skip to content

Commit

Permalink
Update buffer_core.cpp
Browse files Browse the repository at this point in the history
Updated fillOrWarnMessageForInvalidFrame log level to Debug for ros2#358.
  • Loading branch information
tgreier authored Apr 9, 2021
1 parent f1a155b commit 6c6c18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf2/src/buffer_core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ void fillOrWarnMessageForInvalidFrame(
if (error_msg != nullptr) {
*error_msg = s;
} else {
CONSOLE_BRIDGE_logWarn("%s", s.c_str());
CONSOLE_BRIDGE_logDebug("%s", s.c_str());
}
}

Expand Down

0 comments on commit 6c6c18e

Please sign in to comment.