]> git.ipfire.org Git - thirdparty/ccache.git/commit
Make sure to always log a “Result:” line
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 4 Jan 2020 18:19:01 +0000 (19:19 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 5 Jan 2020 19:02:21 +0000 (20:02 +0100)
commit1d2b76a71b12c2ffdd107f89a3d9caa6cd223d44
tree696c74ef024963be1398cda698446cec83b316bd
parentc972eb6e824624956444e945bdfd9768c7e74123
Make sure to always log a “Result:” line

Fixes #500.

A side effect of this is that read-only cache misses now will update the
“cache miss” statistics counter, which is consistent with the cache hit
cases (which already now update the counters).
doc/MANUAL.adoc
src/ccache.c
src/ccache.h
src/stats.c
test/suites/readonly.bash
test/suites/readonly_direct.bash