diff --git a/src/network/tun_win.rs b/src/network/tun_win.rs index 566c339..40b9725 100644 --- a/src/network/tun_win.rs +++ b/src/network/tun_win.rs @@ -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());