mirror of
https://github.com/craigerl/aprsd.git
synced 2024-11-21 23:55:17 -05:00
Tightened up the packet logging
This commit is contained in:
parent
bcc1b4e309
commit
440c8d54ad
@ -560,7 +560,7 @@ def log_message(
|
|||||||
else:
|
else:
|
||||||
log_list.append(f" Message : {message}")
|
log_list.append(f" Message : {message}")
|
||||||
if msg_num:
|
if msg_num:
|
||||||
log_list.append(f" Msg number : {msg_num}")
|
log_list.append(f" Msg # : {msg_num}")
|
||||||
if uuid:
|
if uuid:
|
||||||
log_list.append(f" UUID : {uuid}")
|
log_list.append(f" UUID : {uuid}")
|
||||||
log_list.append(f"{header} _______________ Complete")
|
log_list.append(f"{header} _______________ Complete")
|
||||||
|
Loading…
Reference in New Issue
Block a user