From 0ca940a30f7314269bddcbe656fdefab2c934e10 Mon Sep 17 00:00:00 2001 From: phk Date: Sat, 16 Sep 2006 15:52:53 +0000 Subject: [PATCH] wrap line git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1028 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/mgt_child.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/varnish-cache/bin/varnishd/mgt_child.c b/varnish-cache/bin/varnishd/mgt_child.c index 221328f4..b4f679bb 100644 --- a/varnish-cache/bin/varnishd/mgt_child.c +++ b/varnish-cache/bin/varnishd/mgt_child.c @@ -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); } -- 2.39.5