X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=secnet.git;a=blobdiff_plain;f=site.c;h=2fafd915b4beeacfa069c9efe8e83f516799bced;hp=49e1b143d3b265120d01a28f9021225329ac310b;hb=94759fd3273af5d0f432f2ea50e1e739eaf7aa0d;hpb=3b83c93292fbf6c4e859ce513bdf54ad90733f96 diff --git a/site.c b/site.c index 49e1b14..2fafd91 100644 --- a/site.c +++ b/site.c @@ -675,9 +675,9 @@ static void dump_packet(struct site *st, struct buffer_if *buf, uint32_t msgtype=ntohl(*(uint32_t *)(buf->start+8)); if (st->log_events & LOG_DUMP) - log(st->log,M_DEBUG,"%s: %s: %08x<-%08x: %08x:", - st->tunname,incoming?"incoming":"outgoing", - dest,source,msgtype); + slilog(st->log,M_DEBUG,"%s: %s: %08x<-%08x: %08x:", + st->tunname,incoming?"incoming":"outgoing", + dest,source,msgtype); } static uint32_t site_status(void *st)