Skip to content

Commit fae840a

Browse files
author
Jordan Lack
committed
Make warn message debug so the spam will stop
1 parent de08d17 commit fae840a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tf2/src/buffer_core.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ void fillOrWarnMessageForInvalidFrame(
9090
if (error_msg != nullptr) {
9191
*error_msg = s;
9292
} else {
93-
CONSOLE_BRIDGE_logWarn("%s", s.c_str());
93+
CONSOLE_BRIDGE_logDebug("%s", s.c_str());
9494
}
9595
}
9696

0 commit comments

Comments
 (0)