]> err.no Git - varnish/commitdiff
wrap line
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sat, 16 Sep 2006 15:52:53 +0000 (15:52 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sat, 16 Sep 2006 15:52:53 +0000 (15:52 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1028 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/mgt_child.c

index 221328f4aee1cc04fa02203940e87ef72d7d84c1..b4f679bbe2af3cf7717f31e909665b3b57fc7cb3 100644 (file)
@@ -71,7 +71,8 @@ child_listener(struct ev *e, int what)
                return (1);
        }
        buf[i] = '\0';
-       fprintf(stderr, "Child said (%d, %d): <<%s>>\n", child_state, child_pid, buf);
+       fprintf(stderr, "Child said (%d, %d): <<%s>>\n",
+           child_state, child_pid, buf);
        return (0);
 }