Syslog packet efforts

This commit is contained in:
emanuel 2022-03-01 17:49:35 +00:00
parent a0e18ae4d8
commit 21e8946d9e
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ static int transport_indication(facilities_t *facilities, void* responder, void*
} }
zmq_send(responder, &code, 1, 0); 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 TransportPacketIndication_t* tpi = &ti->choice.packet; // TODO