Skip to content

Commit

Permalink
fix log line type
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Brown <[email protected]>
  • Loading branch information
DerekTBrown committed Jan 13, 2025
1 parent eaac42c commit c6c45f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/plugin/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func (r *RpcPlugin) InitPlugin() pluginTypes.RpcError {
kubeConfig.QPS = r.CommandLineOpts.KubeClientQPS
}
if r.CommandLineOpts.KubeClientBurst != 0 {
log.Infof("KubeClientBurst set to: %f", r.CommandLineOpts.KubeClientBurst)
log.Infof("KubeClientBurst set to: %d", r.CommandLineOpts.KubeClientBurst)
kubeConfig.Burst = r.CommandLineOpts.KubeClientBurst
}

Expand Down

0 comments on commit c6c45f4

Please sign in to comment.