diff --git a/api/v1/helper.go b/api/v1/helper.go index c2725f7c2..ba2429caf 100644 --- a/api/v1/helper.go +++ b/api/v1/helper.go @@ -132,7 +132,7 @@ func IsVfSupportedModel(vendorID, deviceID string) bool { return true } } - log.Info("IsVfSupportedModel():", "Unsupported VF model:", "vendorId:", vendorID, "deviceId:", deviceID) + log.Info("IsVfSupportedModel(): found unsupported VF model", "vendorId:", vendorID, "deviceId:", deviceID) return false }