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; return "Error|Error " . $err;
} }
Log $hash, 4, length($data) . " characters captured: $data"; Log $hash, 4, length($data) . " characters captured: main::encode_utf8($data)";
return $data; return main::encode_utf8($data);
} }
##################################### #####################################
@ -2963,7 +2963,7 @@ sub UWZSearchAreaID($$) {
<br> <br>
<li><code>download</code> <li><code>download</code>
<br> <br>
Download Unwetterkarten während des updates (0|1). Download Unwetterkarten während des updates (0|1).
<br> <br>
</li> </li>
<li><code>savepath</code> <li><code>savepath</code>
@ -3280,7 +3280,7 @@ sub UWZSearchAreaID($$) {
], ],
"release_status": "stable", "release_status": "stable",
"license": "GPL_2", "license": "GPL_2",
"version": "v2.2.3", "version": "v2.2.4",
"author": [ "author": [
"Marko Oldenburg <leongaultier@gmail.com>" "Marko Oldenburg <leongaultier@gmail.com>"
], ],