From: Joel Rosdahl Date: Sat, 5 Dec 2009 10:56:01 +0000 (+0100) Subject: Remove silly log message X-Git-Tag: v3.0pre0~151 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f40af7cc641cc52440bfd9fb61c71e106fe4254e;p=thirdparty%2Fccache.git Remove silly log message --- diff --git a/ccache.c b/ccache.c index ef5c46a08..98926853b 100644 --- a/ccache.c +++ b/ccache.c @@ -276,7 +276,7 @@ static void remember_include_file(char *path, size_t path_len) goto failure; } if (S_ISDIR(st.st_mode)) { - cc_log("Ignoring directory %s\n", path); + /* Ignore directory, typically $PWD. */ goto ignore; } if (st.st_mtime >= time_of_compilation