Skip to content

Commit

Permalink
Add TCL_UTF_MAX log to status report
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelortmann committed Jun 10, 2024
1 parent d58f563 commit abffb0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/chanprog.c
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ void tell_verbose_status(int idx)

if (tcl_threaded())
dprintf(idx, "Tcl is threaded.\n");
dprintf(idx, "Tcl TCL_UTF_MAX: %i\n", TCL_UTF_MAX);
#ifdef TLS
dprintf(idx, "TLS support is enabled.\n"
#if defined HAVE_EVP_PKEY_GET1_EC_KEY && defined HAVE_OPENSSL_MD5
Expand Down

0 comments on commit abffb0e

Please sign in to comment.