Browse Source

Change from logging `Info` to `Verbose`

release/3.x.x
Andre Crabb 6 years ago
parent
commit
b2e7a2e370
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Source/MQTTnet/Client/MqttClient.cs

+ 1
- 1
Source/MQTTnet/Client/MqttClient.cs View 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)
{


Loading…
Cancel
Save