fix: can't find rustdesk.so

This commit is contained in:
Asura
2022-08-24 17:10:34 -07:00
parent cd4f578cf7
commit b38c3299d8
6 changed files with 240 additions and 197 deletions

View File

@@ -471,7 +471,7 @@ impl Session {
}
let mut msg_out = Message::new();
msg_out.set_key_event(key_event);
log::debug!("{:?}", msg_out);
// log::debug!("{:?}", msg_out);
self.send_msg(msg_out);
}