added netsh output

This commit is contained in:
asxalex 2024-07-05 23:34:17 +08:00
parent 4a2bcb89cc
commit 6232bcb0b1

View File

@ -66,7 +66,7 @@ impl Iface {
match res {
Ok(r) => {
debug!("netsh ok: {:?}", r);
debug!("netsh ok: {:?}", String::from_utf8_lossy(&r.stdout));
}
Err(e) => {
error!("failed to run netsh: {}", e.to_string());