[TEST] fix log statement in ESIndexLevelReplicationTestCase
This commit is contained in:
parent
f97b1a94b8
commit
51bbe2c5c4
|
@ -316,7 +316,7 @@ public abstract class ESIndexLevelReplicationTestCase extends ESTestCase {
|
|||
// OK!
|
||||
result = Store.MetadataSnapshot.EMPTY;
|
||||
} catch (IOException e) {
|
||||
logger.warn("{} failed read store, treating as empty", e);
|
||||
logger.warn("failed read store, treating as empty", e);
|
||||
result = Store.MetadataSnapshot.EMPTY;
|
||||
}
|
||||
return result;
|
||||
|
|
Loading…
Reference in New Issue