X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/secnet/blobdiff_plain/f74f5f43b01514e32f51e30015a8c7d5c7dd1521..040ee979539e88ef71fb21a80d4a05d24961ae70:/log.c diff --git a/log.c b/log.c index c2da4af..32aed70 100644 --- a/log.c +++ b/log.c @@ -28,7 +28,7 @@ static void vMessage(uint32_t class, const char *message, va_list args) /* Each line is sent separately */ while ((nlp=strchr(buff,'\n'))) { *nlp=0; - log(system_log,class,buff); + slilog(system_log,class,buff); memmove(buff,nlp+1,strlen(nlp+1)+1); } } else {