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 3ee2a7c commit bece592Copy full SHA for bece592
src/vmm/timer.rs
@@ -55,8 +55,8 @@ pub fn register_timer<F>(deadline: u64, handler: F) -> usize
55
where
56
F: FnOnce(TimeValue) + Send + 'static,
57
{
58
- info!("Registering timer...");
59
- info!(
+ trace!("Registering timer...");
+ trace!(
60
"deadline is {:#?} = {:#?}",
61
deadline,
62
TimeValue::from_nanos(deadline)
0 commit comments