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 { match res {
Ok(r) => { Ok(r) => {
debug!("netsh ok: {:?}", r); debug!("netsh ok: {:?}", String::from_utf8_lossy(&r.stdout));
} }
Err(e) => { Err(e) => {
error!("failed to run netsh: {}", e.to_string()); error!("failed to run netsh: {}", e.to_string());