added command parameter to identify extenral cmds

This commit is contained in:
2022-05-12 20:07:31 +02:00
parent eb4143e6b5
commit 8e20c2ab08
2 changed files with 6 additions and 1 deletions

View File

@ -23,7 +23,7 @@ def handle_service_1_packet(printer: FsfwTmTcPrinter, raw_tm: bytes):
)
else:
retval_string = (
f"Error Code information for code {srv1_packet.error_code}| "
f"Error Code information for code {srv1_packet.error_code} | "
f"Name: {retval_info.name} | Info: {retval_info.info}"
)
LOGGER.info(retval_string)