Skip to content

Commit

Permalink
kubenet: fix log message text
Browse files Browse the repository at this point in the history
  • Loading branch information
dcbw committed May 18, 2016
1 parent 5de7b56 commit 3dbbe26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kubelet/network/kubenet/kubenet_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3dbbe26

Please sign in to comment.