Skip to content
Snippets Groups Projects
Commit 5393d79d authored by hang's avatar hang
Browse files

add more log info

parent 0d56344d
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ def connect_with_all_nodes(nodes: dict, current_node_id: str, return_values: dic
nodes = remaining_nodes
time.sleep(RECONNECT_TIME)
return_values['connect_info'] = connect_info
print(CGREEN + f"[Bind] - Bind to all nodes success!" + CEND)
print(CGREEN + f"[Connect] - Connect to all nodes success!" + CEND)
def bind_with_all_nodes(nodes: dict, current_node_id: str, return_values: dict):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment