Skip to content

Commit 9f0ed4d

Browse files
thquadrichard-cox
authored andcommitted
Fix log bug (#4876)
Signed-off-by: Thomas Quandt <[email protected]>
1 parent da9bc2c commit 9f0ed4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jetstream/cnsi.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ func (p *portalProxy) DoRegisterEndpoint(cnsiName string, apiEndpoint string, sk
171171

172172
if isAdmin && overwriteEndpoints {
173173
for _, duplicate := range duplicateEndpoints {
174-
log.Infof("An administrator is registering an endpoint with the same API URL ('%+v') as an endpoint administrator's. The existing duplicate endpoint ('$+v') will be removed", apiEndpoint, duplicate.GUID)
174+
log.Infof("An administrator is registering an endpoint with the same API URL ('%+v') as an endpoint administrator's. The existing duplicate endpoint ('%+v') will be removed", apiEndpoint, duplicate.GUID)
175175
err := p.doUnregisterCluster(duplicate.GUID)
176176
if err != nil {
177177
return interfaces.CNSIRecord{}, interfaces.NewHTTPShadowError(

0 commit comments

Comments
 (0)