+ better debug message

This commit is contained in:
kelson42 2012-09-24 20:46:41 +00:00
parent 6efb49c81e
commit 36fa54647f

View File

@ -155,7 +155,7 @@ static int accessHandlerCallback(void *cls,
/* Debug */ /* Debug */
if (isVerbose()) { if (isVerbose()) {
std::cout << "Requesting " << url << std::endl; std::cout << "Requesting (" << method << ")" << url << std::endl;
} }
/* Unexpected method */ /* Unexpected method */