Skip to content

Commit 6972a4c

Browse files
committed
Change info message
1 parent 66f419c commit 6972a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/apply/apply.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ func (t *TopicApplier) updateSettings(
427427

428428
if len(missingKeys) > 0 && t.config.Destructive {
429429
log.Infof(
430-
"Found %d key(s) set in cluster but missing from config for deletion:\n%s",
430+
"Found %d key(s) set in cluster but missing from config to be deleted:\n%s",
431431
len(missingKeys),
432432
FormatMissingKeys(topicInfo.Config, missingKeys),
433433
)

0 commit comments

Comments
 (0)