mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-15 01:23:14 -07:00
Test/Code Refactor in preparation for merge
This commit is contained in:
parent
9a25a627bb
commit
1f27022fa7
50 changed files with 1170 additions and 350 deletions
|
@ -44,7 +44,7 @@
|
|||
#define MSG_ERROR 0 // Errors
|
||||
#define MSG_INFO 1 // Information which is generally useful to any user
|
||||
#define MSG_DEBUG 2 // Information which is only useful to someone debugging
|
||||
#define MSG_DEBUG_EXTRA 3 //
|
||||
#define MSG_DEBUG_EXTRA 3 // If nothing in your world makes sense
|
||||
|
||||
#ifdef NETCON_INTERCEPT
|
||||
|
||||
|
@ -77,7 +77,7 @@ void print_addr(struct sockaddr *addr)
|
|||
#ifdef NETCON_SERVICE
|
||||
namespace ZeroTier {
|
||||
#endif
|
||||
void dwr(int level, char *fmt, ... )
|
||||
void dwr(int level, const char *fmt, ... )
|
||||
{
|
||||
if(level > DEBUG_LEVEL)
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue