X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/fe5e9cc422cd72526ccfceffbc7e5af8ac83b407..refs/tags/v0.1.17:/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;