Skip to content

Commit 5b6e63e

Browse files
author
Satish Ramachandran
committed
Fix string formatting
1 parent c8d8542 commit 5b6e63e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netmaster/objApi/extContracts.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func setupExternalContracts(endpointGroup *contivModel.EndpointGroup, extContrac
6060
contractsGrpObj := contivModel.FindExtContractsGroup(contractsGrpKey)
6161

6262
if contractsGrpObj == nil {
63-
errStr := fmt.Sprintf("%External contracts group %s not found", contractsGrp)
63+
errStr := fmt.Sprintf("External contracts group %s not found", contractsGrp)
6464
log.Errorf(errStr)
6565
return core.Errorf(errStr)
6666
}

0 commit comments

Comments
 (0)