diff --git a/src/config.cpp b/src/config.cpp index 5d4c367..5421593 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -48,6 +48,7 @@ const bool read_config(rapidjson::Document &document) if (document.Parse(json.str().c_str()).HasParseError()) { + cerr << "ERROR: couldn't parse config file. Are you sure the JSON is well-formed?\n"; return false; }