mirror of
https://github.com/array-in-a-matrix/brainwine.git
synced 2025-04-02 11:11:58 -04:00
Fixed wrong logging level
This commit is contained in:
parent
6fc125916f
commit
aef8eb4e46
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ public class ConsoleThread extends Thread {
|
|||
queueConsoleCommand(line);
|
||||
}
|
||||
} catch(IOException e) {
|
||||
logger.info("Could not read console input", e);
|
||||
logger.error("Could not read console input", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue