Skip to content

Commit

Permalink
Merge pull request #2262 from JabRef/search-logleve
Browse files Browse the repository at this point in the history
Change log level to debug
  • Loading branch information
matthiasgeiger authored Nov 11, 2016
2 parents f32a942 + 59dc87a commit 5a6507f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public boolean validateSearchStrings(String query) {
init(query);
return true;
} catch (ParseCancellationException e) {
LOGGER.warn("Search query invalid", e);
LOGGER.debug("Search query invalid", e);
return false;
}
}
Expand Down

0 comments on commit 5a6507f

Please sign in to comment.