Changes file for backporting 29530 to 0.3.5

This commit is contained in:
teor 2019-02-26 09:58:52 +10:00
parent e138bb8ffc
commit cc23afddd1
No known key found for this signature in database
GPG Key ID: 10FEAA0E7075672A

5
changes/bug29530_035 Normal file
View File

@ -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.