diff --git a/tf2/src/buffer_core.cpp b/tf2/src/buffer_core.cpp index 0ecc350b0..5d3aefcc0 100644 --- a/tf2/src/buffer_core.cpp +++ b/tf2/src/buffer_core.cpp @@ -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()); } }