mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-02-24 00:49:48 -05:00
Updated logging
Some checks are pending
Create and publish a Docker image / build-and-push-image (push) Waiting to run
Some checks are pending
Create and publish a Docker image / build-and-push-image (push) Waiting to run
This commit is contained in:
parent
9f00ffbae6
commit
c3c8f99131
@ -537,7 +537,7 @@ class NomadNetworkApp:
|
|||||||
RNS.log("Could not autoselect a propagation node! LXMF propagation will not be available until a trusted node announces on the network, or a propagation node is manually selected.", RNS.LOG_WARNING)
|
RNS.log("Could not autoselect a propagation node! LXMF propagation will not be available until a trusted node announces on the network, or a propagation node is manually selected.", RNS.LOG_WARNING)
|
||||||
else:
|
else:
|
||||||
pn_name_str = ""
|
pn_name_str = ""
|
||||||
RNS.log("Selecting "+RNS.prettyhexrep(selected_node)+pn_name_str+" as default LXMF propagation node", RNS.LOG_INFO)
|
RNS.log("Selecting "+RNS.prettyhexrep(selected_node)+pn_name_str+" as default LXMF propagation node", RNS.LOG_DEBUG)
|
||||||
self.message_router.set_outbound_propagation_node(selected_node)
|
self.message_router.set_outbound_propagation_node(selected_node)
|
||||||
|
|
||||||
def get_user_selected_propagation_node(self):
|
def get_user_selected_propagation_node(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user