plugin_framework, change func log to plugin_log

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-04-25 21:44:40 +08:00
parent 3d9afbb12a
commit c009f40152
3 changed files with 3 additions and 3 deletions

View File

@@ -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)?;