Skip to content

Commit 6717e48

Browse files
committed
Correcting a timing of the ticker
1 parent b971ce4 commit 6717e48

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cns/nmagentclient/nmagentclient.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ func GetNmAgentSupportedApis(
144144
return nil, returnErr
145145
}
146146

147-
logger.Printf("[NMAgentClient][Response] GetNmAgentSupportedApis. Response: %+v.",
148-
response, err)
147+
logger.Printf("[NMAgentClient][Response] GetNmAgentSupportedApis. Response: %+v.", response)
149148
return xmlDoc.SupportedApis, nil
150149
}

0 commit comments

Comments
 (0)