plugin_framework, change func log to plugin_log
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -302,7 +302,7 @@ fn load_plugin_path(path: &str) -> ResultType<()> {
|
||||
msg: callback_msg::cb_msg,
|
||||
get_conf: config::cb_get_conf,
|
||||
get_id: config::cb_get_local_peer_id,
|
||||
log: super::plog::log,
|
||||
log: super::plog::plugin_log,
|
||||
},
|
||||
};
|
||||
plugin.init(&init_data, path)?;
|
||||
|
||||
Reference in New Issue
Block a user