Improved debug outpout.
This commit is contained in:
parent
20a6120080
commit
0d7887897b
1 changed files with 2 additions and 1 deletions
|
|
@ -382,7 +382,8 @@ void set_current_language(void)
|
||||||
need_right_to_left = search_int_array(langint, lang_use_right_to_left);
|
need_right_to_left = search_int_array(langint, lang_use_right_to_left);
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
fprintf(stderr, "DEBUG: Language is %s (%d)\n", lang_prefix, langint);
|
fprintf(stderr, "DEBUG: Language is %s (%d) %s\n",
|
||||||
|
lang_prefix, langint, need_right_to_left ? "(RTL)" : "");
|
||||||
fflush(stderr);
|
fflush(stderr);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue