change logging

This commit is contained in:
Marko Oldenburg 2020-02-05 14:02:02 +01:00
parent 5f5b811f1f
commit f6b7e997e4

View File

@ -863,8 +863,8 @@ sub JSONAcquire($$) {
return "Error|Error " . $err;
}
Log $hash, 4, length($data) . " characters captured: $data";
return $data;
Log $hash, 4, length($data) . " characters captured: main::encode_utf8($data)";
return main::encode_utf8($data);
}
#####################################
@ -3280,7 +3280,7 @@ sub UWZSearchAreaID($$) {
],
"release_status": "stable",
"license": "GPL_2",
"version": "v2.2.3",
"version": "v2.2.4",
"author": [
"Marko Oldenburg <leongaultier@gmail.com>"
],