Skip to content
Snippets Groups Projects
Commit 043ecf2c authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Replace a println with a trace

parent 290ecb3e
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ unsafe fn inner_get_name(
}
let part = parts.next().expect("Invalid reply from netstack");
println!("path: {}", ::core::str::from_utf8_unchecked(&part));
trace!("path: {}", ::core::str::from_utf8_unchecked(&part));
let data = slice::from_raw_parts_mut(
&mut (*address).data as *mut _ as *mut u8,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment