Unverified Commit c9ee52b4 authored by Derek Nola's avatar Derek Nola Committed by GitHub

Use version.Program not K3s in log (#8655)

parent 9d5873bb
...@@ -165,7 +165,7 @@ func Rotate(app *cli.Context) error { ...@@ -165,7 +165,7 @@ func Rotate(app *cli.Context) error {
} }
// wait for etcd db propagation delay // wait for etcd db propagation delay
time.Sleep(1 * time.Second) time.Sleep(1 * time.Second)
fmt.Println("Token rotated, restart k3s with new token") fmt.Println("Token rotated, restart", version.Program, "nodes with new token")
return nil return nil
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment