Skip to content

Commit

Permalink
Typo: remove access (#12239)
Browse files Browse the repository at this point in the history
  • Loading branch information
azevaykin authored Dec 3, 2024
1 parent 2300fac commit 7186c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/tx/schemeshard/schemeshard_audit_log.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ void AuditLogModifySchemeTransactionDeprecated(const NKikimrScheme::TEvModifySch
entry << ", add access: " << i;
}
for (const auto& i : logEntry.ACLRemove) {
entry << ", add access: " << i;
entry << ", remove access: " << i;
}

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

0 comments on commit 7186c0a

Please sign in to comment.