浏览代码

Changes file for backporting 29530 to 0.3.5

teor 5 年之前
父节点
当前提交
cc23afddd1
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      changes/bug29530_035

+ 5 - 0
changes/bug29530_035

@@ -0,0 +1,5 @@
+  o Minor bugfixes (testing):
+    - Downgrade some LOG_ERR messages in the address/* tests to warnings.
+      The LOG_ERR messages were occurring when we had no configured network.
+      We were failing the unit tests, because we backported 28668 to 0.3.5.8,
+      but did not backport 29530. Fixes bug 29530; bugfix on 0.3.5.8.