From 21e8946d9e09270ecd3aeb7d70d720d5ae49e3bb Mon Sep 17 00:00:00 2001 From: emanuel Date: Tue, 1 Mar 2022 17:49:35 +0000 Subject: [PATCH] Syslog packet efforts --- src/facilities.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/facilities.c b/src/facilities.c index caedeed..50291b8 100644 --- a/src/facilities.c +++ b/src/facilities.c @@ -71,7 +71,7 @@ static int transport_indication(facilities_t *facilities, void* responder, void* } zmq_send(responder, &code, 1, 0); - syslog_debug("[facilities]<- received TI (%dB)", msg_len); + syslog_debug("[facilities]<- received TI | size:%dB", msg_len); TransportPacketIndication_t* tpi = &ti->choice.packet; // TODO