Commit 3dbbe263 authored by Dan Williams's avatar Dan Williams

kubenet: fix log message text

parent 5de7b561
...@@ -261,7 +261,7 @@ func (plugin *kubenetNetworkPlugin) SetUpPod(namespace string, name string, id k ...@@ -261,7 +261,7 @@ func (plugin *kubenetNetworkPlugin) SetUpPod(namespace string, name string, id k
start := time.Now() start := time.Now()
defer func() { defer func() {
glog.V(4).Infof("TearDownPod took %v for %s/%s", time.Since(start), namespace, name) glog.V(4).Infof("SetUpPod took %v for %s/%s", time.Since(start), namespace, name)
}() }()
pod, ok := plugin.host.GetPodByName(namespace, name) pod, ok := plugin.host.GetPodByName(namespace, name)
......
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