Skip to content

Commit

Permalink
fixed up missed log
Browse files Browse the repository at this point in the history
Signed-off-by: Neil South <neil.south@answerdigital.com>
  • Loading branch information
neildsouth committed Nov 15, 2022
1 parent b752a7a commit 8e16111
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ protected ExportServiceBase(

_messageSubscriber.OnConnectionError += (sender, args) =>
{
_logger.MessagingServiceErrorRecover(args.ShutdownEventArguments.ToString());
_logger.MessagingServiceErrorRecover(args.ErrorMessage);
SetupPolling();
};
}
Expand Down

0 comments on commit 8e16111

Please sign in to comment.