Skip to content

Commit 34d3e5b

Browse files
committed
fix: Improper CNS log
1 parent f23c883 commit 34d3e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cns/restserver/ipam.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,7 @@ func (service *HTTPRestService) AssignAvailableIPConfigs(podInfo cns.PodInfo) ([
939939
return podIPInfo, fmt.Errorf("not enough IPs available, waiting on Azure CNS to allocate more")
940940
}
941941

942-
logger.Printf("[AssignDesiredIPConfigs] Successfully assigned IPs for pod %+v", podInfo)
942+
logger.Printf("[AssignAvailableIPConfigs] Successfully assigned IPs for pod %+v", podInfo)
943943
return podIPInfo, nil
944944
}
945945

0 commit comments

Comments
 (0)