diff --git a/src/controller.ts b/src/controller.ts index 6dfbb36a..9ff179eb 100644 --- a/src/controller.ts +++ b/src/controller.ts @@ -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) } } }