From fae840ad503e14b1363ff80cff0b3d436e12da76 Mon Sep 17 00:00:00 2001 From: Jordan Lack Date: Fri, 14 Oct 2022 20:37:23 +0000 Subject: [PATCH] Make warn message debug so the spam will stop --- 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 c8c994e32..f3d020721 100644 --- a/tf2/src/buffer_core.cpp +++ b/tf2/src/buffer_core.cpp @@ -90,7 +90,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()); } }