r2628 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Tue Apr 8 17:33:31 CEST 2008


Author: phk
Date: 2008-04-08 17:33:30 +0200 (Tue, 08 Apr 2008)
New Revision: 2628

Modified:
   trunk/varnish-cache/bin/varnishd/storage_file.c
Log:
Remove trailing blank from error message


Modified: trunk/varnish-cache/bin/varnishd/storage_file.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/storage_file.c	2008-04-08 15:33:08 UTC (rev 2627)
+++ trunk/varnish-cache/bin/varnishd/storage_file.c	2008-04-08 15:33:30 UTC (rev 2628)
@@ -174,7 +174,7 @@
 
 		if (q != NULL) {
 			fprintf(stderr,
-			    "Error: (-sfile) size \"%s\": %s \n", size, q);
+			    "Error: (-sfile) size \"%s\": %s\n", size, q);
 			exit (2);
 		}
 	}




More information about the varnish-commit mailing list