test debugging

This commit is contained in:
John Smith
2022-11-30 22:48:50 -05:00
parent 89dd5da522
commit b6c446cd39
4 changed files with 11 additions and 14 deletions

View File

@@ -18,7 +18,7 @@ cfg_if! {
let t2 = get_timestamp();
let tdiff = ((t2 - t1) as f64)/1000000.0f64;
info!("running network interface test with {} iterations took {} seconds", count, tdiff);
info!("interfaces: {:#?}", interfaces)
//info!("interfaces: {:#?}", interfaces)
}
}
}