1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-06-26 22:30:19 +02:00

dyndnsd: remove noisy message by not redundantly logging on shutdown

This commit is contained in:
cn
2020-07-27 20:34:48 +02:00
parent ae62744cc9
commit 618b2c823d
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 2.3.1
IMPROVEMENTS:
- Fix annoying error message `log writing failed. can't be called from trap context` on shutdown by not attempting to log redundant information there
## 2.3.0 (July 20, 2020)
IMPROVEMENTS: