added netsh output
This commit is contained in:
parent
4a2bcb89cc
commit
6232bcb0b1
@ -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());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user