]> git.ipfire.org Git - thirdparty/ccache.git/commit
fix: Handle failure to write to stderr when failing to write to log file
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 27 Aug 2022 19:56:03 +0000 (21:56 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 27 Aug 2022 20:03:46 +0000 (22:03 +0200)
commit11432b8c9c406a2084c1f1eec15703904251fd1e
tree7f2679b48622b97fe83f6cc67be669ae5e63daaa
parent553fc98f846bf6de1566e8526f4a779b70d814c8
fix: Handle failure to write to stderr when failing to write to log file

This can happen with

    CCACHE_LOGFILE=/dev/stdout ccache compiler ... |& head -n 1

or similar.
src/Logging.cpp