Procházet zdrojové kódy

Updated exception message to be in line with other exception messages.

release/3.x.x
Johan x Lindqvist před 5 roky
rodič
revize
61c3e02242
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      Source/MQTTnet/Client/MqttClient.cs

+ 1
- 1
Source/MQTTnet/Client/MqttClient.cs Zobrazit soubor

@@ -646,7 +646,7 @@ namespace MQTTnet.Client

// By accessing the Exception property the exception is considered handled and will
// not result in an unhandled task exception later by the finalizer
_logger.Warning(task.Exception, "Exception when waiting for background task.");
_logger.Warning(task.Exception, "Error while waiting for background task.");
return;
}



Načítá se…
Zrušit
Uložit