kubenet: fix log message text

pull/6/head
Dan Williams 2016-05-11 09:33:34 -05:00
parent 5de7b561e3
commit 3dbbe26316
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ func (plugin *kubenetNetworkPlugin) SetUpPod(namespace string, name string, id k
start := time.Now()
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)