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 79e9cbe commit 67fa0b7Copy full SHA for 67fa0b7
crates/re_viewer/src/blueprint_validation.rs
@@ -16,7 +16,7 @@ fn validate_component<C: Component>(blueprint: &StoreDb) -> bool {
16
if data_type != &C::arrow_datatype() {
17
// If the schemas don't match, we definitely have a problem
18
re_log::debug!(
19
- "Unexpected datatype for component {:?}.\nFound: {:?}\nExpected: {:?}",
+ "Unexpected datatype for component {:?}.\nFound: {:#?}\nExpected: {:#?}",
20
C::name(),
21
data_type,
22
C::arrow_datatype()
0 commit comments