Skip to content

Commit

Permalink
chore: fix log format
Browse files Browse the repository at this point in the history
  • Loading branch information
fengcaiwen committed Oct 2, 2023
1 parent 8e2d67e commit f314031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/handler/envoy.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func InjectVPNAndEnvoySidecar(ctx1 context.Context, factory cmdutil.Factory, cli
var b []byte
b, err = k8sjson.Marshal(restorePatch)
if err != nil {
log.Error("marshal patch error: %v", err)
log.Errorf("marshal patch error: %v", err)
return err
}

Expand Down

0 comments on commit f314031

Please sign in to comment.