mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-26 05:41:18 -04:00
+ better debug message
This commit is contained in:
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…
x
Reference in New Issue
Block a user