Skip to content

Commit ed21222

Browse files
authored
Merge pull request #8661 from dgarske/debug_on
Fix debug logs (disabled in PR #8616)
2 parents 1f34b71 + fb4970b commit ed21222

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfcrypt/src/logging.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ wolfSSL_Logging_cb wolfSSL_GetLoggingCb(void)
158158
int wolfSSL_Debugging_ON(void)
159159
{
160160
#ifdef DEBUG_WOLFSSL
161-
loggingEnabled = 0;
161+
loggingEnabled = 1;
162162
#if defined(WOLFSSL_APACHE_MYNEWT)
163163
log_register("wolfcrypt", &mynewt_log, &log_console_handler, NULL, LOG_SYSLEVEL);
164164
#endif /* WOLFSSL_APACHE_MYNEWT */

0 commit comments

Comments
 (0)