This commit is contained in:
Adam Ierymenko 2015-10-30 14:11:45 -07:00
parent d8dbbf7484
commit 2fbb5d0bbf

View File

@ -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