little changes :tada

This commit is contained in:
Neeflix
2018-05-31 21:59:53 +02:00
parent 369d6f1761
commit 335d858756

View File

@@ -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);
}
}