From fe3e31612bcf0281b9464ada120d752aedf3c9e2 Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Mon, 12 Feb 2018 14:09:33 -0800 Subject: [PATCH] Added possibly-helpful blurb to debug output --- src/ZT1Service.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ZT1Service.cpp b/src/ZT1Service.cpp index 969d477..0ee17e6 100644 --- a/src/ZT1Service.cpp +++ b/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);