mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-21 22:33:49 +00:00
unrelated log messages that annoyed me in Vulkan: debug utils disabled is now debug
, it being enabled is info
This commit is contained in:
parent
d5f4db0c8f
commit
e6a260ecd4
@ -344,11 +344,11 @@ impl super::Instance {
|
||||
callback_data: debug_utils_create_info.callback_data,
|
||||
})
|
||||
} else {
|
||||
log::info!("Debug utils not enabled: extension not listed");
|
||||
log::debug!("Debug utils not enabled: extension not listed");
|
||||
None
|
||||
}
|
||||
} else {
|
||||
log::info!(
|
||||
log::debug!(
|
||||
"Debug utils not enabled: \
|
||||
debug_utils_user_data not passed to Instance::from_raw"
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user