diff options
| author | Grant Limberg <[email protected]> | 2021-08-19 09:21:52 -0700 |
|---|---|---|
| committer | Grant Limberg <[email protected]> | 2021-08-19 09:21:52 -0700 |
| commit | 9eae4441046306d8a3333e484bb29c5d39efeac0 (patch) | |
| tree | e342add862b4a55d364a5fcbf946011dc3ce9e49 /controller/EmbeddedNetworkController.cpp | |
| parent | 576b4f03a5840fb65c65e9dad593032d819fe943 (diff) | |
kill some verbose logs
Diffstat (limited to 'controller/EmbeddedNetworkController.cpp')
| -rw-r--r-- | controller/EmbeddedNetworkController.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/EmbeddedNetworkController.cpp b/controller/EmbeddedNetworkController.cpp index da0d7965..fceaa3a4 100644 --- a/controller/EmbeddedNetworkController.cpp +++ b/controller/EmbeddedNetworkController.cpp @@ -1484,7 +1484,7 @@ void EmbeddedNetworkController::_request( json &memberTags = member["tags"]; json &dns = network["dns"]; - fprintf(stderr, "IP Assignment Pools for Network %s: %s\n", nwids, OSUtils::jsonDump(ipAssignmentPools, 2).c_str()); + //fprintf(stderr, "IP Assignment Pools for Network %s: %s\n", nwids, OSUtils::jsonDump(ipAssignmentPools, 2).c_str()); if (metaData.getUI(ZT_NETWORKCONFIG_REQUEST_METADATA_KEY_RULES_ENGINE_REV,0) <= 0) { // Old versions with no rules engine support get an allow everything rule. |
