getter function renamed

This commit is contained in:
Robin Mueller 2022-04-06 16:19:59 +02:00
parent 49f88a5b3d
commit 50747d8a5e
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ from tmtccmd.logging.pus import log_raw_pus_tc
from tmtccmd.tc.definitions import TcQueueT
from tmtccmd.tc.service_5_event import pack_generic_service5_test_into
from tmtccmd.pus.service_17_test import pack_service_17_ping_command
from tmtccmd.logging import get_time_string
from tmtccmd.logging import get_current_time_string
from pus_tc.service_200_mode import pack_service200_test_into
from pus_tc.devs.p60dock import pack_p60dock_test_into
@ -84,7 +84,7 @@ def pre_tc_send_cb(
)
tc_info_string = f"Sent {pus_info}"
LOGGER.info(tc_info_string)
file_logger.info(f"{get_time_string(True)}: {tc_info_string}")
file_logger.info(f"{get_current_time_string(True)}: {tc_info_string}")
com_if.send(data=packet)

@ -1 +1 @@
Subproject commit 6f88d6a11003962e552392f1eabf7f7ca73eac32
Subproject commit 4d8e025b0144a139904c1502f41fe5afcf1504b0