printout tweaks

This commit is contained in:
Robin Müller 2022-09-12 10:08:03 +02:00
parent 845ee041d4
commit e9aaa5502d
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ class TcHandler(TcHandlerBase):
if not self.cfdp_in_ccsds_wrapper.handler.put_request_pending():
put_req = cfdp_procedure.request_wrapper.to_put_request()
put_req.cfg.destination_id = self.cfdp_dest_id
LOGGER.info(f"Starting put request {put_req}")
LOGGER.info(f"Starting put request with parameters:\n{put_req}")
self.cfdp_in_ccsds_wrapper.handler.put_request(put_req)
pass
pass