some more useful printout

This commit is contained in:
2023-09-08 17:49:59 +02:00
parent 649deac81b
commit 1faecb09de
3 changed files with 13 additions and 5 deletions

View File

@ -24,4 +24,4 @@ class CfdpInCcsdsWrapper(SpecificApidHandlerBase):
else:
directive_type = DirectiveType(pdu_base.directive_type)
_LOGGER.info(f"Received File Directive PDU with type {directive_type!r}")
self.handler.pass_pdu_packet(pdu_base)
self.handler.insert_pdu_packet(pdu_base)