mirror of https://github.com/apache/lucene.git
tlog: nuke unwanted localization
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1236480 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4d9a1d0862
commit
6279c500a2
|
@ -571,7 +571,7 @@ public class UpdateLog implements PluginInfoInitialized {
|
|||
|
||||
private void ensureLog() {
|
||||
if (tlog == null) {
|
||||
String newLogName = String.format("%s.%019d", TLOG_NAME, id);
|
||||
String newLogName = String.format(Locale.ENGLISH, "%s.%019d", TLOG_NAME, id);
|
||||
try {
|
||||
tlog = new TransactionLog(new File(tlogDir, newLogName), globalStrings);
|
||||
} catch (IOException e) {
|
||||
|
|
Loading…
Reference in New Issue