Browse Source

Added possibly-helpful blurb to debug output

pull/1/head
Joseph Henry 8 years ago
parent
commit
fe3e31612b
  1. 2
      src/ZT1Service.cpp

2
src/ZT1Service.cpp

@ -456,7 +456,7 @@ int zts_start(const char *path, bool blocking = false)
api_sleep(ZTO_WRAPPER_CHECK_INTERVAL);
}
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) {
api_sleep(ZTO_WRAPPER_CHECK_INTERVAL);
zt1Service->getNode()->status(&status);

Loading…
Cancel
Save