Change logging level on autocomplete ParseException

This commit is contained in:
rjy7 2010-09-30 20:01:42 +00:00
parent 375f99b99a
commit 4db64bb029

View file

@ -296,7 +296,7 @@ public class AutocompleteController extends FreemarkerHttpServlet implements Sea
log.debug("Name query is: " + boolQuery.toString());
} catch (ParseException e) {
log.error(e, e);
log.warn(e);
}