diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-07-03 13:40:45 +0100 |
---|---|---|
committer | Amber Brown <hawkowl@atleastfornow.net> | 2019-07-03 22:40:45 +1000 |
commit | cb8d568cf90bb0f5f07ee9e7e6796ad7cd83361f (patch) | |
tree | 4eb8bdaf3e9a283b41de7b55405727d75b840c66 /changelog.d | |
parent | 1.1.0rc2 (diff) | |
download | synapse-cb8d568cf90bb0f5f07ee9e7e6796ad7cd83361f.tar.xz |
Fix 'utime went backwards' errors on daemonization. (#5609)
* Fix 'utime went backwards' errors on daemonization. Fixes #5608 * remove spurious debug
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5609.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5609.bugfix b/changelog.d/5609.bugfix new file mode 100644 index 0000000000..534ee22a1b --- /dev/null +++ b/changelog.d/5609.bugfix @@ -0,0 +1 @@ +Fix 'utime went backwards' errors on daemonization. |