Browse Source

Debug output fixes.

Adam Ierymenko 9 years ago
parent
commit
ac1c127b68
1 changed files with 1 additions and 1 deletions
  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,...) {}