plugin_framework, test block_input
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
c05e87b3b6
commit
6dc02084c2
2 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue