From 2fbb5d0bbf206c6c87c30fc9b7cdf9b7975a5c0a Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 30 Oct 2015 14:11:45 -0700 Subject: . --- node/Topology.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/Topology.hpp b/node/Topology.hpp index 99933866..f74b130f 100644 --- a/node/Topology.hpp +++ b/node/Topology.hpp @@ -237,7 +237,7 @@ public: while (i.next(a,p)) { #ifdef ZT_TRACE if (!(*p)) { - ZT_TRACE("eachPeer() caught NULL peer for %s",a->toString().c_str()); + TRACE("eachPeer() caught NULL peer for %s",a->toString().c_str()); abort(); } #endif -- cgit v1.2.3