diff options
-rw-r--r-- | node/Topology.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Topology.hpp b/node/Topology.hpp index f74b130f..f48a89b2 100644 --- a/node/Topology.hpp +++ b/node/Topology.hpp @@ -237,7 +237,7 @@ public: while (i.next(a,p)) { #ifdef ZT_TRACE if (!(*p)) { - TRACE("eachPeer() caught NULL peer for %s",a->toString().c_str()); + fprintf(stderr,"eachPeer() caught NULL peer for %s",a->toString().c_str()); abort(); } #endif |