Mailing List Archive

r2628 - trunk/varnish-cache/bin/varnishd
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);
}
}