Parcourir la source

Change from logging `Info` to `Verbose`

release/3.x.x
Andre Crabb il y a 6 ans
Parent
révision
b2e7a2e370
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      Source/MQTTnet/Client/MqttClient.cs

+ 1
- 1
Source/MQTTnet/Client/MqttClient.cs Voir le fichier

@@ -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)
{


Chargement…
Annuler
Enregistrer