Skip to content

Commit

Permalink
Fixed performanceprofile glog (openshift-kni#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaior authored Jan 9, 2024
1 parent 472a546 commit 975bf26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/nto/performanceprofile.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,7 @@ func (builder *Builder) Update(force bool) (*Builder, error) {
return builder, err
}

glog.V(100).Infof("Updating the PerformanceProfile object: %s in namespace: %s",
builder.Definition.Name, builder.Definition.Namespace)
glog.V(100).Infof("Updating the PerformanceProfile object: %s", builder.Definition.Name)

err := builder.apiClient.Update(context.TODO(), builder.Definition)

Expand Down

0 comments on commit 975bf26

Please sign in to comment.