From: des Date: Tue, 18 Dec 2007 17:02:05 +0000 (+0000) Subject: Tweak a startup message. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67deffef9a06bdbb73e39807e1d9b6b0788c0a47;p=varnish Tweak a startup message. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2302 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/storage_file.c b/varnish-cache/bin/varnishd/storage_file.c index edbc38c6..5fcf0940 100644 --- a/varnish-cache/bin/varnishd/storage_file.c +++ b/varnish-cache/bin/varnishd/storage_file.c @@ -240,7 +240,7 @@ smf_calcsize(struct smf_sc *sc, const char *size, int newfile) l -= (l % bs); } - printf("storage_file: filename: %s size %ju MegaBytes.\n", + printf("storage_file: filename: %s size %ju MB.\n", sc->filename, l / (1024 * 1024)); sc->filesize = l;