Adam Ierymenko 9 年 前
コミット
641b0dec44
1 ファイル変更1 行追加1 行削除
  1. 1 1
      node/Topology.hpp

+ 1 - 1
node/Topology.hpp

@@ -237,7 +237,7 @@ public:
 		while (i.next(a,p)) {
 		while (i.next(a,p)) {
 #ifdef ZT_TRACE
 #ifdef ZT_TRACE
 			if (!(*p)) {
 			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();
 				abort();
 			}
 			}
 #endif
 #endif