Skip to content

Commit c8f415d

Browse files
committed
fix comments
1 parent a87a9cf commit c8f415d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ipam/azure.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ func (s *azureSource) refresh() error {
9191

9292
httpClient := common.InitHttpClient(httpConnectionTimeout, responseHeaderTimeout)
9393
if httpClient == nil {
94-
logger.Info("Failed intializing http client")
94+
logger.Error("Failed intializing http client")
9595
return fmt.Errorf("Error intializing http client")
9696
}
9797

@@ -106,7 +106,7 @@ func (s *azureSource) refresh() error {
106106
defer resp.Body.Close()
107107

108108
if resp.StatusCode != http.StatusOK {
109-
logger.Info("http return error code for wireserver call", zap.Any("response", resp))
109+
logger.Error("http return error code for wireserver call", zap.Any("response", resp))
110110
return fmt.Errorf("wireserver http error %+v", resp)
111111
}
112112

0 commit comments

Comments
 (0)