Commit 158df7ab authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Note a possible idea.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4816 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 29a1ede1
......@@ -142,6 +142,10 @@ VSL(enum shmlogtag tag, int id, const char *fmt, ...)
unsigned n, mlen;
txt t;
/*
* XXX: consider formatting into a stack buffer then move into
* XXX: shmlog with VSLR().
*/
AN(fmt);
va_start(ap, fmt);
mlen = params->shm_reclen;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment