X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=log.c;h=32aed704b06e20e595ef366661426103fac6342f;hb=ca58ee4883fc5eb309f950787d35af5deca05321;hp=c2da4af09b3713dd6d0ec6835d65676538b5e4f3;hpb=fe5e9cc422cd72526ccfceffbc7e5af8ac83b407;p=secnet.git 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 {