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,...) {}