test verbosity

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1387670 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2012-09-19 16:28:49 +00:00
parent 2c481a3c59
commit dc84d8b49f
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ public class RandomIndexWriter implements Closeable {
flushAt = _TestUtil.nextInt(r, 10, 1000);
codec = w.getConfig().getCodec();
if (LuceneTestCase.VERBOSE) {
System.out.println("RIW config=" + w.getConfig());
System.out.println("RIW dir=" + dir + " config=" + w.getConfig());
System.out.println("codec default=" + codec.getName());
}
/* TODO: find some way to make this random...