]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Remove silly log message
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 5 Dec 2009 10:56:01 +0000 (11:56 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 5 Jan 2010 17:53:02 +0000 (18:53 +0100)
ccache.c

index ef5c46a08ce8b1ddd2a87d4112f30a0fae3b44e2..98926853b8fe4e2259d65e3d71d3f80bd04af6c7 100644 (file)
--- 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