X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=util.c;h=d2a3e98b76e7692e948a08c9bd3598823ec35ffe;hb=2b6ab62e5070eaa44ea4e0b8c7c0288b2e00a6fc;hp=a795223600bbdd731e1ea36c525da8140ad49328;hpb=fe5e9cc422cd72526ccfceffbc7e5af8ac83b407;p=secnet.git 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;