Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugging message for debugging #4500 #4547

Merged
merged 1 commit into from
Feb 18, 2015

Conversation

dchen1107
Copy link
Member

No description provided.

@@ -239,7 +239,9 @@ func podsOnMinions(c *client.Client, pods api.PodList) wait.ConditionFunc {
return func() (bool, error) {
for i := range pods.Items {
host, id, namespace := pods.Items[i].Status.Host, pods.Items[i].Name, pods.Items[i].Namespace
glog.Infof("Check whether pod %s.%s exist on node %s", id, namespace, host)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a nit: use %q since node could be an empty string.

s/exist/exists

@dchen1107
Copy link
Member Author

Done. PTAL?

@yujuhong
Copy link
Contributor

LGTM.

yujuhong added a commit that referenced this pull request Feb 18, 2015
Debugging message for debugging #4500
@yujuhong yujuhong merged commit 9e291fb into kubernetes:master Feb 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants