fix: logs

This commit is contained in:
debugtalk
2022-10-23 16:41:23 +08:00
parent 3848c486be
commit be8d8b5c5d
6 changed files with 29 additions and 14 deletions

View File

@@ -37,7 +37,7 @@ func initPlugin(path, venv string, logOn bool) (plugin funplugin.IPlugin, err er
}
pluginPath, err := locatePlugin(path)
if err != nil {
log.Warn().Err(err).Str("path", path).Msg("locate plugin failed")
log.Warn().Str("path", path).Msg("locate plugin failed")
return nil, nil
}