Skip to content

Commit

Permalink
fix logger name
Browse files Browse the repository at this point in the history
  • Loading branch information
rekby committed Dec 15, 2023
1 parent 4054e89 commit c7794d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ydb.Sdk/src/Services/Table/ExecuteDataQuery.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public async Task<ExecuteDataQueryResponse> ExecuteDataQuery(
? TransactionState.Active
: TransactionState.Void;

tx = Transaction.FromProto(resultProto.TxMeta, _logger);
tx = Transaction.FromProto(resultProto.TxMeta, Logger);
}

ExecuteDataQueryResponse.ResultData? result = null;
Expand Down

0 comments on commit c7794d6

Please sign in to comment.