We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b752a7a commit 8e16111Copy full SHA for 8e16111
src/InformaticsGateway/Services/Export/ExportServiceBase.cs
@@ -99,7 +99,7 @@ protected ExportServiceBase(
99
100
_messageSubscriber.OnConnectionError += (sender, args) =>
101
{
102
- _logger.MessagingServiceErrorRecover(args.ShutdownEventArguments.ToString());
+ _logger.MessagingServiceErrorRecover(args.ErrorMessage);
103
SetupPolling();
104
};
105
}
0 commit comments