Skip to content

Commit 0711c98

Browse files
Update ovh/data_cloud_project_database_kafka_schemaregistryacl.go
Co-authored-by: Aurelie Vache <[email protected]>
1 parent 41e2165 commit 0711c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ovh/data_cloud_project_database_kafka_schemaregistryacl.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func dataSourceCloudProjectDatabaseKafkaSchemaregistryaclRead(ctx context.Contex
6464
)
6565
res := &CloudProjectDatabaseKafkaAclResponse{}
6666

67-
log.Printf("[DEBUG] Will read schema registry acl %s from cluster %s from project %s", id, clusterID, serviceName)
67+
log.Printf("[DEBUG] Will read schema registry ACL %s from cluster %s from project %s", id, clusterID, serviceName)
6868
if err := config.OVHClient.Get(endpoint, res); err != nil {
6969
return diag.FromErr(helpers.CheckDeleted(d, err, endpoint))
7070
}

0 commit comments

Comments
 (0)