mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-21 18:11:22 +00:00
Fix one line, remove fprintf
This commit is contained in:
@@ -106,7 +106,6 @@ func main() {
|
||||
|
||||
// run the kubelet
|
||||
if err := app.Run(kubeletServer, kubeletDeps); err != nil {
|
||||
fmt.Fprintf(os.Stderr, "error: %v\n", err)
|
||||
die(err)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user