Commit 5721da58 authored by Marc Gravell's avatar Marc Gravell

tyop

parent 4cd87860
...@@ -246,7 +246,7 @@ public IEnumerable<Message> GetMessages(PhysicalConnection connection) ...@@ -246,7 +246,7 @@ public IEnumerable<Message> GetMessages(PhysicalConnection connection)
// PART 1: issue the pre-conditions // PART 1: issue the pre-conditions
if (!IsAborted && conditions.Length != 0) if (!IsAborted && conditions.Length != 0)
{ {
multiplexer.OnTransactionLog($"issueing conditions..."); multiplexer.OnTransactionLog($"issuing conditions...");
int cmdCount = 0; int cmdCount = 0;
for (int i = 0; i < conditions.Length; i++) for (int i = 0; i < conditions.Length; i++)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment