Sfoglia il codice sorgente

Change from logging `Info` to `Verbose`

release/3.x.x
Andre Crabb 6 anni fa
parent
commit
b2e7a2e370
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      Source/MQTTnet/Client/MqttClient.cs

+ 1
- 1
Source/MQTTnet/Client/MqttClient.cs Vedi File

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

if (exception is OperationCanceledException)
{
_logger.Info ("MQTT OperationCanceled exception while receiving packets.");
_logger.Verbose ("MQTT OperationCanceled exception while receiving packets.");
}
else if (exception is MqttCommunicationException)
{


Caricamento…
Annulla
Salva