mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
improved logging
This commit is contained in:
parent
0aff7dad2d
commit
cd4a6b586f
1 changed files with 2 additions and 1 deletions
|
@ -243,6 +243,8 @@ class DATA:
|
|||
#
|
||||
# send transmission queued information once
|
||||
if static.ARQ_STATE:
|
||||
self.log.debug(f"[TNC] TX DISPATCHER - waiting with processing command ", arq_state=static.ARQ_STATE)
|
||||
|
||||
self.send_data_to_socket_queue(
|
||||
freedata="tnc-message",
|
||||
arq="transmission",
|
||||
|
@ -254,7 +256,6 @@ class DATA:
|
|||
# now stay in while loop until state released
|
||||
while static.ARQ_STATE:
|
||||
threading.Event().wait(0.01)
|
||||
self.log.debug(f"[TNC] TX DISPATCHER - waiting with processing command ", arq_state=static.ARQ_STATE)
|
||||
|
||||
# Dispatch commands known to command_dispatcher
|
||||
if data[0] in self.command_dispatcher:
|
||||
|
|
Loading…
Reference in a new issue