We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f34b71 + fb4970b commit ed21222Copy full SHA for ed21222
1 file changed
wolfcrypt/src/logging.c
@@ -158,7 +158,7 @@ wolfSSL_Logging_cb wolfSSL_GetLoggingCb(void)
158
int wolfSSL_Debugging_ON(void)
159
{
160
#ifdef DEBUG_WOLFSSL
161
- loggingEnabled = 0;
+ loggingEnabled = 1;
162
#if defined(WOLFSSL_APACHE_MYNEWT)
163
log_register("wolfcrypt", &mynewt_log, &log_console_handler, NULL, LOG_SYSLEVEL);
164
#endif /* WOLFSSL_APACHE_MYNEWT */
0 commit comments