Skip to content

Commit

Permalink
forgot to actually log the message
Browse files Browse the repository at this point in the history
  • Loading branch information
nleach999 committed Sep 23, 2021
1 parent d043b50 commit 017c12a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CxRestClient/Utility/WebOperation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ private static T ExecuteOperation<T>(Func<String, CxRestClient.IO.CxRestClient>
}

if (inRecovery)
_log.Debug("Retry time exceeded, while loop exited during recover.");
_log.Debug("Retry time exceeded, while loop exited during recovery.");
}

throw nonRecoveryException;
Expand All @@ -155,7 +155,7 @@ private static void LogAggregateException(AggregateException aex)
return true;
});


_log.Error($"Aggregate exception: {sb.ToString()}");
}

public static T ExecuteGet<T>(Func<String, CxRestClient.IO.CxRestClient> clientFactory, Func<HttpResponseMessage, T> onSuccess,
Expand Down

0 comments on commit 017c12a

Please sign in to comment.