diff --git a/ydb/core/tx/schemeshard/schemeshard__operation_create_cdc_stream.cpp b/ydb/core/tx/schemeshard/schemeshard__operation_create_cdc_stream.cpp index 32172f6dd327..cda337d141db 100644 --- a/ydb/core/tx/schemeshard/schemeshard__operation_create_cdc_stream.cpp +++ b/ydb/core/tx/schemeshard/schemeshard__operation_create_cdc_stream.cpp @@ -988,7 +988,7 @@ TVector CreateNewCdcStream(TOperationId opId, const TTxTran auto it = tablePath->GetChildren().find(op.GetIndexName()); if (it == tablePath->GetChildren().end()) { return {CreateReject(opId, NKikimrScheme::StatusSchemeError, - "requested particular path hasn't been found")}; + "requested particular path hasn't been found")}; } candidates.emplace_back(it->first); }