diff --git a/FlippR-Driver/src/input/InputDriverFactory.hpp b/FlippR-Driver/src/input/InputDriverFactory.hpp index ff078f3..ce9778e 100644 --- a/FlippR-Driver/src/input/InputDriverFactory.hpp +++ b/FlippR-Driver/src/input/InputDriverFactory.hpp @@ -77,7 +77,7 @@ private: } catch(json::exception& e) { - CLOG(ERROR, INPUT_LOGGER) << "Matrix config corrupted, check all events!"; + CLOG(ERROR, INPUT_LOGGER) << "Matrix config-file corrupted: " << e.what(); exit(EXIT_FAILURE); } }