Skip to content

Commit 8e16111

Browse files
committed
fixed up missed log
Signed-off-by: Neil South <[email protected]>
1 parent b752a7a commit 8e16111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InformaticsGateway/Services/Export/ExportServiceBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ protected ExportServiceBase(
9999

100100
_messageSubscriber.OnConnectionError += (sender, args) =>
101101
{
102-
_logger.MessagingServiceErrorRecover(args.ShutdownEventArguments.ToString());
102+
_logger.MessagingServiceErrorRecover(args.ErrorMessage);
103103
SetupPolling();
104104
};
105105
}

0 commit comments

Comments
 (0)