From: Joel Rosdahl Date: Fri, 6 Jan 2012 15:03:36 +0000 (+0100) Subject: Correct log message when unify mode is enabled X-Git-Tag: v3.1.7~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=896fcc96b81852ca2e4ec511d20a44195543e820;p=thirdparty%2Fccache.git Correct log message when unify mode is enabled --- diff --git a/ccache.c b/ccache.c index 68f0acb19..a8a050e63 100644 --- a/ccache.c +++ b/ccache.c @@ -1880,7 +1880,7 @@ ccache(int argc, char *argv[]) } if (getenv("CCACHE_UNIFY")) { - cc_log("Unify mode disabled"); + cc_log("Unify mode enabled"); enable_unify = true; }