mirror of https://github.com/wolfSSL/wolfssl.git
make sure logging enabled for all output
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)
|
void CYASSL_MSG(const char* msg)
|
||||||
{
|
{
|
||||||
cyassl_log(INFO_LOG , msg);
|
if (loggingEnabled)
|
||||||
|
cyassl_log(INFO_LOG , msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue