X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/secnet/blobdiff_plain/f74f5f43b01514e32f51e30015a8c7d5c7dd1521..040ee979539e88ef71fb21a80d4a05d24961ae70:/util.c diff --git a/util.c b/util.c index a795223..d2a3e98 100644 --- a/util.c +++ b/util.c @@ -198,7 +198,7 @@ bool_t remove_hook(uint32_t phase, hook_fn *fn, void *state) return False; } -void log(struct log_if *lf, int priority, const char *message, ...) +void slilog(struct log_if *lf, int priority, const char *message, ...) { va_list ap;