Skip to content

Commit 49f4433

Browse files
committed
Fix typo
1 parent a50cc1f commit 49f4433

File tree

1 file changed

+1
-1
lines changed
  • graalpython/com.oracle.graal.python/src/com/oracle/graal/python/runtime/locale

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/runtime/locale/PythonLocale.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public static PythonLocale initializeFromTruffleEnv(Env env) {
138138

139139
Locale displayLocale = LocaleUtils.fromPosix(defaultLangOption, null);
140140
if (displayLocale == null) {
141-
LOGGER.warning(() -> "Could not parse the value of --python.DefaultLocale='" + defaultLangOption + '\'');
141+
LOGGER.warning(() -> "Could not parse the value of --python.InitialLocale='" + defaultLangOption + '\'');
142142
return fromJavaDefault();
143143
} else {
144144
LOGGER.fine(() -> "Selected locale: " + displayLocale);

0 commit comments

Comments
 (0)