浏览代码

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

release/3.x.x
Johan x Lindqvist 5 年前
父节点
当前提交
61c3e02242
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      Source/MQTTnet/Client/MqttClient.cs

+ 1
- 1
Source/MQTTnet/Client/MqttClient.cs 查看文件

@@ -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;
}



正在加载...
取消
保存