fix: logs

This commit is contained in:
debugtalk
2022-10-23 16:41:23 +08:00
parent f6ae2dd00a
commit 81de0b159c
6 changed files with 29 additions and 14 deletions
+1 -1
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
}