Skip to content

Commit 1a8a042

Browse files
committed
Update message
1 parent 4082290 commit 1a8a042

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/utils/re_mcap/src/layers/ros2_reflection.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,9 +315,8 @@ fn append_value(
315315
if let Some(field_value) = message_fields.get(&spec_field.name) {
316316
append_value(field_builder, field_value)?;
317317
} else {
318-
//TODO(gijsd): Field is missing in the message, append null
319318
re_log::warn_once!(
320-
"Field {} is missing in the message, appending null",
319+
"Field {} is missing from message content",
321320
spec_field.name
322321
);
323322
}

0 commit comments

Comments
 (0)