Skip to content

Commit

Permalink
change log level (#2356)
Browse files Browse the repository at this point in the history
  • Loading branch information
changluyi authored Feb 20, 2023
1 parent 5bd5176 commit 13f345d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/pod.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func (n *NamedPort) AddNamedPortByPod(pod *v1.Pod) {
if n.namedPortMap[ns][port.Name].PortId == port.ContainerPort {
n.namedPortMap[ns][port.Name].Pods[podName] = struct{}{}
} else {
klog.Errorf("named port %s has already be defined with portID %d",
klog.Warning("named port %s has already be defined with portID %d",
port.Name, n.namedPortMap[ns][port.Name].PortId)
}
continue
Expand Down

0 comments on commit 13f345d

Please sign in to comment.