mirror of
https://github.com/TheCommsChannel/TC2-BBS-mesh.git
synced 2025-03-05 20:51:53 -08:00
Compare commits
1 commit
c45f2ea32f
...
0f384debac
Author | SHA1 | Date | |
---|---|---|---|
|
0f384debac |
2
utils.py
2
utils.py
|
@ -24,7 +24,7 @@ def send_message(message, destination, interface):
|
|||
wantResponse=False
|
||||
)
|
||||
destid = get_node_id_from_num(destination, interface)
|
||||
logging.info(f"Sending message to user '{get_node_short_name(destid, interface)}' ({destid}) with sendID {d.id}: \"{chunk.replace('\n', '\\n')}\"")
|
||||
logging.info(f"Sending message to user '{get_node_short_name(destid, interface)}' ({destid}) with sendID {d.id}: \'{chunk.replace("\n", "\\n")}\'")
|
||||
except Exception as e:
|
||||
logging.info(f"REPLY SEND ERROR {e.message}")
|
||||
|
||||
|
|
Loading…
Reference in a new issue