Skip to content

Commit 7186c0a

Browse files
authored
Typo: remove access (#12239)
1 parent 2300fac commit 7186c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/tx/schemeshard/schemeshard_audit_log.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ void AuditLogModifySchemeTransactionDeprecated(const NKikimrScheme::TEvModifySch
174174
entry << ", add access: " << i;
175175
}
176176
for (const auto& i : logEntry.ACLRemove) {
177-
entry << ", add access: " << i;
177+
entry << ", remove access: " << i;
178178
}
179179

180180
LOG_NOTICE_S(TlsActivationContext->AsActorContext(), NKikimrServices::FLAT_TX_SCHEMESHARD, "AUDIT: " << entry);

0 commit comments

Comments
 (0)