Fix error wording

This commit is contained in:
Colin Caine 2018-05-13 14:38:11 +01:00
parent ea99627d0e
commit 2f1974a9c0

View file

@ -83,7 +83,7 @@ function* ParserController() {
acceptExCmd(exstr)
} catch (e) {
// Rumsfeldian errors are caught here
logger.error("Tridactyl ParserController fatally wounded:", e)
logger.error("An error occurred in the controller: ", e)
}
}
}