Skip to content

Commit 67fa0b7

Browse files
jleibsteh-cmc
andauthored
Update crates/re_viewer/src/blueprint_validation.rs
Co-authored-by: Clement Rey <cr.rey.clement@gmail.com>
1 parent 79e9cbe commit 67fa0b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/re_viewer/src/blueprint_validation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fn validate_component<C: Component>(blueprint: &StoreDb) -> bool {
1616
if data_type != &C::arrow_datatype() {
1717
// If the schemas don't match, we definitely have a problem
1818
re_log::debug!(
19-
"Unexpected datatype for component {:?}.\nFound: {:?}\nExpected: {:?}",
19+
"Unexpected datatype for component {:?}.\nFound: {:#?}\nExpected: {:#?}",
2020
C::name(),
2121
data_type,
2222
C::arrow_datatype()

0 commit comments

Comments
 (0)