Explorar el Código

Change from logging `Info` to `Verbose`

release/3.x.x
Andre Crabb hace 6 años
padre
commit
b2e7a2e370
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Source/MQTTnet/Client/MqttClient.cs

+ 1
- 1
Source/MQTTnet/Client/MqttClient.cs Ver fichero

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


Cargando…
Cancelar
Guardar