modified: frida_client/src/client.rs
This commit is contained in:
parent
5e864518c0
commit
047b733f2e
@ -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); }
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user