From 335d858756f0ccadef946da5eb22878be3e3e7df Mon Sep 17 00:00:00 2001 From: Neeflix Date: Thu, 31 May 2018 21:59:53 +0200 Subject: [PATCH] little changes :tada --- FlippR-Driver/src/input/InputDriverFactory.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }