From e34463fa90c7cd3bc5acae32b326078e6bb56f5e Mon Sep 17 00:00:00 2001 From: Tom Greier Date: Fri, 9 Apr 2021 17:39:23 -0400 Subject: [PATCH] Update buffer_core.cpp Updated fillOrWarnMessageForInvalidFrame log level to Debug for issue #396. --- tf2/src/buffer_core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tf2/src/buffer_core.cpp b/tf2/src/buffer_core.cpp index 22842d920..6a1aa01da 100644 --- a/tf2/src/buffer_core.cpp +++ b/tf2/src/buffer_core.cpp @@ -130,7 +130,7 @@ void fillOrWarnMessageForInvalidFrame( } else { - CONSOLE_BRIDGE_logWarn("%s", s.c_str()); + CONSOLE_BRIDGE_logDebug("%s", s.c_str()); } }