Added possibly-helpful blurb to debug output

This commit is contained in:
Joseph Henry
2018-02-12 14:09:33 -08:00
parent 350d5edce7
commit fe3e31612b

View File

@@ -456,7 +456,7 @@ int zts_start(const char *path, bool blocking = false)
api_sleep(ZTO_WRAPPER_CHECK_INTERVAL); api_sleep(ZTO_WRAPPER_CHECK_INTERVAL);
} }
DEBUG_EXTRA("node=%llx", zts_get_node_id()); DEBUG_EXTRA("node=%llx", zts_get_node_id());
DEBUG_EXTRA("waiting for node to come online"); DEBUG_EXTRA("waiting for node to come online. ensure the node is authorized to join the network");
while (status.online <= 0) { while (status.online <= 0) {
api_sleep(ZTO_WRAPPER_CHECK_INTERVAL); api_sleep(ZTO_WRAPPER_CHECK_INTERVAL);
zt1Service->getNode()->status(&status); zt1Service->getNode()->status(&status);