further logging
This commit is contained in:
parent
91469444ba
commit
f95f7591a4
@ -47,7 +47,7 @@ std::string ConcordiaServer::handleRequest(std::string & requestString) {
|
|||||||
outputString << "Content-type: application/json\r\n\r\n";
|
outputString << "Content-type: application/json\r\n\r\n";
|
||||||
try {
|
try {
|
||||||
rapidjson::Document d;
|
rapidjson::Document d;
|
||||||
// Logger::logString("concordia request string", requestString);
|
Logger::logString("concordia request string", requestString);
|
||||||
bool hasError = d.Parse(requestString.c_str()).HasParseError();
|
bool hasError = d.Parse(requestString.c_str()).HasParseError();
|
||||||
|
|
||||||
if (hasError) {
|
if (hasError) {
|
||||||
|
Loading…
Reference in New Issue
Block a user