Skip to content

Commit

Permalink
Debug wrap wset
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed Nov 20, 2023
1 parent 49a264a commit dbe2c76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions locale.c
Expand Up @@ -4607,8 +4607,8 @@ S_win32_setlocale(pTHX_ int category, const char* locale)
}

const char * result = wrap_wsetlocale(category, locale);
DEBUG_L(PerlIO_printf(Perl_debug_log, "%s\n",
setlocale_debug_string_r(category, locale, result)));
DEBUG_Lv(PerlIO_printf(Perl_debug_log, "Return from wrap_wsetlocale: %s\n",
setlocale_debug_string_r(category, locale, result)));

if (! result) {
SET_EINVAL;
Expand Down

0 comments on commit dbe2c76

Please sign in to comment.