mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +02:00
Debug output fixes.
This commit is contained in:
parent
cb82193333
commit
ac1c127b68
1 changed files with 1 additions and 1 deletions
|
@ -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,...) {}
|
||||||
|
|
Loading…
Add table
Reference in a new issue