summaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@zerotier.com>2015-07-06 17:37:32 -0700
committerAdam Ierymenko <adam.ierymenko@zerotier.com>2015-07-06 17:37:32 -0700
commit25a067c8c3a4987c3366c3f9e8b4d9f5743db71c (patch)
treea25ae290ff6391a283026e31877157390b529cf4 /service
parent91fa643131fea5ace3daff6b42b9af7d25db5464 (diff)
downloadinfinitytier-25a067c8c3a4987c3366c3f9e8b4d9f5743db71c.tar.gz
infinitytier-25a067c8c3a4987c3366c3f9e8b4d9f5743db71c.zip
Eliminate debug printf().
Diffstat (limited to 'service')
-rw-r--r--service/OneService.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/service/OneService.cpp b/service/OneService.cpp
index 6f6eabe2..527ac1b0 100644
--- a/service/OneService.cpp
+++ b/service/OneService.cpp
@@ -645,7 +645,6 @@ public:
case InetAddress::IP_SCOPE_SHARED:
case InetAddress::IP_SCOPE_GLOBAL:
ip.setPort(_port);
- printf("found %s on %S\r\n",ip.toString().c_str(),a->FriendlyName);
_node->addLocalInterfaceAddress(reinterpret_cast<const struct sockaddr_storage *>(&ip),0,ZT1_LOCAL_INTERFACE_ADDRESS_TRUST_NORMAL,0);
break;
default: