use error_ident for log instead of ID

This commit is contained in:
teoxoy 2024-06-19 16:36:45 +02:00 committed by Teodor Tanasoaia
parent 836f016dcd
commit 068da49a4c

View File

@ -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
);