mirror of https://github.com/wolfSSL/wolfssl.git
make sure logging enabled for all output
parent
626b1a019b
commit
9b02ec95ef
|
@ -106,6 +106,7 @@ static void cyassl_log(const int logLevel, const char *const logMessage)
|
|||
|
||||
void CYASSL_MSG(const char* msg)
|
||||
{
|
||||
if (loggingEnabled)
|
||||
cyassl_log(INFO_LOG , msg);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue