diff --git a/common.py b/common.py index 8e7a42a..2164866 100644 --- a/common.py +++ b/common.py @@ -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