[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!
|
// OK!
|
||||||
result = Store.MetadataSnapshot.EMPTY;
|
result = Store.MetadataSnapshot.EMPTY;
|
||||||
} catch (IOException e) {
|
} 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;
|
result = Store.MetadataSnapshot.EMPTY;
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
|
|
Loading…
Reference in New Issue