Skip to content
Snippets Groups Projects
Commit ae34de8d authored by Odilitime's avatar Odilitime
Browse files

improved debugging line

parent e7881569
No related branches found
No related tags found
No related merge requests found
......@@ -35,5 +35,5 @@ HTTPResponse::HTTPResponse(const std::string &rawResponse) {
body = rawResponse.substr(cursor, rawResponse.length() - cursor - 1);
//std::cout << "Body is [" << body << "]" << std::endl;
statusCode = stoi(status);
std::cout << "Status is " << status << std::endl;
std::cout << "HTTPResponse::HTTPResponse - Status is " << status << std::endl;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment