r1028 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Sat Sep 16 17:52:53 CEST 2006


Author: phk
Date: 2006-09-16 17:52:53 +0200 (Sat, 16 Sep 2006)
New Revision: 1028

Modified:
   trunk/varnish-cache/bin/varnishd/mgt_child.c
Log:
wrap line


Modified: trunk/varnish-cache/bin/varnishd/mgt_child.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_child.c	2006-09-16 15:51:43 UTC (rev 1027)
+++ trunk/varnish-cache/bin/varnishd/mgt_child.c	2006-09-16 15:52:53 UTC (rev 1028)
@@ -71,7 +71,8 @@
 		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);
 }
 




More information about the varnish-commit mailing list