Skip to content

Commit

Permalink
misspelling about log info (#1401)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilongfeng authored Apr 21, 2023
1 parent a65b31c commit 48f7c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/node-servant/static-pod-upgrade/util/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func CopyFile(src, dst string) error {
// Success: Static pod annotation `StaticPodHashAnnotation` value equals to function argument hash
// Failed: Receive PodFailed event
func WaitForPodRunning(namespace, name, hash string, timeout time.Duration) (bool, error) {
klog.Infof("WaitForPodRuning namespace is %s, name is %s", namespace, name)
klog.Infof("WaitForPodRunning namespace is %s, name is %s", namespace, name)
ctx, cancel := context.WithTimeout(context.Background(), timeout)
defer cancel()

Expand Down

0 comments on commit 48f7c79

Please sign in to comment.