mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-21 22:33:49 +00:00
use error_ident
for log instead of ID
This commit is contained in:
parent
836f016dcd
commit
068da49a4c
@ -1243,8 +1243,8 @@ impl<A: HalApi> Device<A> {
|
||||
};
|
||||
|
||||
log::debug!(
|
||||
"Create view for texture {:?} filters usages to {:?}",
|
||||
texture.as_info().id(),
|
||||
"Create view for {} filters usages to {:?}",
|
||||
texture.error_ident(),
|
||||
usage
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user