diff --git a/Sharp7.Rx/Sharp7Connector.cs b/Sharp7.Rx/Sharp7Connector.cs index 76009bd..d4ce062 100644 --- a/Sharp7.Rx/Sharp7Connector.cs +++ b/Sharp7.Rx/Sharp7Connector.cs @@ -142,7 +142,7 @@ namespace Sharp7.Rx throw new InvalidOperationException(StringResources.StrErrorS7DriverNotInitialized); var errorText = sharp7.ErrorText(errorCode); - + Logger.LogError($"Error Code {errorCode} {errorText}"); await SetConnectionLostState(); return false;