Syslog packet efforts
This commit is contained in:
parent
a0e18ae4d8
commit
21e8946d9e
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue