Skip to content

Commit

Permalink
Reduced verbosity for 'Device::maintain: waiting for submission index… (
Browse files Browse the repository at this point in the history
  • Loading branch information
AthosOfAthos authored Jul 30, 2024
1 parent 6351a75 commit bfad205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu-core/src/device/resource.rs
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ impl<A: HalApi> Device<A> {
.map_err(DeviceError::from)?
};
}
log::info!("Device::maintain: waiting for submission index {submission_index}");
log::trace!("Device::maintain: waiting for submission index {submission_index}");

let mut life_tracker = self.lock_life();
let submission_closures =
Expand Down

0 comments on commit bfad205

Please sign in to comment.