make sure logging enabled for all output
This commit is contained in:
parent
626b1a019b
commit
9b02ec95ef
@ -106,7 +106,8 @@ static void cyassl_log(const int logLevel, const char *const logMessage)
|
||||
|
||||
void CYASSL_MSG(const char* msg)
|
||||
{
|
||||
cyassl_log(INFO_LOG , msg);
|
||||
if (loggingEnabled)
|
||||
cyassl_log(INFO_LOG , msg);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user