Skip to content

Commit

Permalink
Merge branch 'alibaba:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
heimanba authored Mar 6, 2025
2 parents 1549e4d + d415541 commit 4473f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/wasm-go/pkg/wrapper/plugin_wrapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ func (ctx *CommonPluginCtx[PluginConfig]) OnPluginStart(int) types.OnPluginStart
return types.OnPluginStartStatusFailed
}
}
ctx.vm.log.Error("plugin start successfully")
ctx.vm.log.Info("plugin start successfully")
return types.OnPluginStartStatusOK
}

Expand Down

0 comments on commit 4473f0f

Please sign in to comment.