]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Tweak long comment
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 25 Mar 2017 16:19:42 +0000 (17:19 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 25 Mar 2017 16:19:42 +0000 (17:19 +0100)
ccache.c

index 26738d6fe32e713fdb409897565b11487b126afd..9f8a44664435c8db80a36bcf52d39298e759ecde 100644 (file)
--- a/ccache.c
+++ b/ccache.c
@@ -1182,7 +1182,9 @@ to_cache(struct args *args)
                }
                failed();
        }
-       // distcc-pump outputs lines like "__________Using # distcc servers in pump mode"
+
+       // distcc-pump outputs lines like this:
+       // __________Using # distcc servers in pump mode
        if (st.st_size != 0 && !compiler_is_pump(args)) {
                cc_log("Compiler produced stdout");
                stats_update(STATS_STDOUT);