- Should not be debug_level 5 in repo (reset to 0)
This commit is contained in:
parent
bb51f0cb3d
commit
835b29e7c3
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ int my_ciphersuites[] =
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
|
|
||||||
#define DEBUG_LEVEL 5
|
#define DEBUG_LEVEL 0
|
||||||
|
|
||||||
void my_debug( void *ctx, int level, const char *str )
|
void my_debug( void *ctx, int level, const char *str )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue