We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4082290 commit 1a8a042Copy full SHA for 1a8a042
crates/utils/re_mcap/src/layers/ros2_reflection.rs
@@ -315,9 +315,8 @@ fn append_value(
315
if let Some(field_value) = message_fields.get(&spec_field.name) {
316
append_value(field_builder, field_value)?;
317
} else {
318
- //TODO(gijsd): Field is missing in the message, append null
319
re_log::warn_once!(
320
- "Field {} is missing in the message, appending null",
+ "Field {} is missing from message content",
321
spec_field.name
322
);
323
}
0 commit comments