]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-fs: Include file's path when logging pending error messages
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Fri, 16 Oct 2020 07:19:59 +0000 (10:19 +0300)
committertimo.sirainen <timo.sirainen@open-xchange.com>
Fri, 23 Oct 2020 08:32:15 +0000 (08:32 +0000)
commiteaaf40ca4e8994824abff89fc617c3cc737d83a5
tree1ba96f6ca5944f569b043080cda03ca2a296500c
parent23645222de9d5f43d9bf9125e07c643dfc38213c
lib-fs: Include file's path when logging pending error messages

Otherwise it may not be known which file the error is about.

This happens when a file is freed without the last error being logged.
Also when an unlogged error is being replaced with a new error.
src/lib-fs/fs-api.c