Skip to content

Commit ff5aa8c

Browse files
committed
Checking in a few files that ought to have been checked in before the release.
1 parent ecd1d5c commit ff5aa8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/solrmarc/driver/Indexer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ else if (wrapped != null && wrapped instanceof IllegalArgumentException)
266266
logger.debug("while processing index specification: " + indexer.getSpecLabel());
267267
if (wrapped != null)
268268
{
269-
logger.warn(wrapped);
269+
logger.debug(wrapped);
270270
}
271271
errLvl = eErrorSeverity.ERROR;
272272
}

0 commit comments

Comments
 (0)