diff --git a/frida_client/src/client.rs b/frida_client/src/client.rs index 4061761..34b3fbf 100644 --- a/frida_client/src/client.rs +++ b/frida_client/src/client.rs @@ -65,7 +65,7 @@ pub mod general { info!("Read from tun."); // hex::encode(&buf[..n]) dx.send(buf[..n].to_vec()).unwrap(); }, - Err(e) => { error!("{}", e); } + Err(e) => { error!("Read failed {}", e); } } } });