[TEST] fix log statement in ESIndexLevelReplicationTestCase

This commit is contained in:
javanna 2016-08-03 16:56:10 +02:00 committed by Luca Cavanna
parent f97b1a94b8
commit 51bbe2c5c4
1 changed files with 1 additions and 1 deletions

View File

@ -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;