+ better debug message

pull/9/head
kelson42 14 years ago
parent 6efb49c81e
commit 36fa54647f

@ -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 */

Loading…
Cancel
Save