Changed logging from error to debug, because it is quite annoying the error message when autocompleting

This commit is contained in:
David Perez 2015-09-01 14:36:33 +02:00 committed by Eugene Yokota
parent e23fa31f08
commit b9c3a56454
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ object BuiltinCommands {
Some(index.keyMap(key))
catch {
case NonFatal(ex) =>
s.log error ex.getMessage
s.log debug ex.getMessage
None
}
}.collect { case Some(s) => s }.distinct