chiark / gitweb /
logging: provide vslilog as well as slilog
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 12 Jun 2011 19:03:33 +0000 (20:03 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 19 Jun 2011 15:38:42 +0000 (16:38 +0100)
commit59938e0ed0c8ac267c3715a25a0a3ed27f7a7e47
tree361e75dc8219a7abc673d7e1344340d88484dcdd
parentf0fb73c58ef5315260164b973fcc8c3996046856
logging: provide vslilog as well as slilog

In general it is a mistake to provide a varargs function which takes a
format string, but not the corresponding function taking a va_list.

We implement slilog in terms of vslilog in the obvious way.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
secnet.h
util.c