소스 검색

Debug output fixes.

Adam Ierymenko 9 년 전
부모
커밋
cb63babac4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      node/Network.cpp

+ 1 - 1
node/Network.cpp

@@ -107,7 +107,7 @@ static const void _dumpFilterTrace(const char *ruleName,uint8_t thisSetMatches,b
 		(unsigned int)macDest[5]
 	);
 	if (msg)
-		printf("     + (%s)" ZT_EOL_S,msg);
+		printf("     +   (%s)" ZT_EOL_S,msg);
 }
 #else
 #define FILTER_TRACE(f,...) {}