Explorar o código

Debug output fixes.

Adam Ierymenko %!s(int64=9) %!d(string=hai) anos
pai
achega
ac1c127b68
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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]
 		(unsigned int)macDest[5]
 	);
 	);
 	if (msg)
 	if (msg)
-		printf("       + (%s)" ZT_EOL_S,msg);
+		printf("     + (%s)" ZT_EOL_S,msg);
 }
 }
 #else
 #else
 #define FILTER_TRACE(f,...) {}
 #define FILTER_TRACE(f,...) {}