mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-12 07:41:02 +03:00
plugin_framework, test block_input
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -79,7 +79,7 @@ macro_rules! early_return_value {
|
||||
match $e {
|
||||
Err(e) => return make_return_code_msg(
|
||||
errno::$code,
|
||||
&format!("Failed to {} '{:?}'", format_args!($($arg)*), e),
|
||||
&format!("Failed to {} '{}'", format_args!($($arg)*), e),
|
||||
),
|
||||
Ok(v) => v,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user