From f6b7e997e452a3e6d29148b00bfb62fc6e91c06b Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Wed, 5 Feb 2020 14:02:02 +0100 Subject: [PATCH] change logging --- 77_UWZ.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/77_UWZ.pm b/77_UWZ.pm index 62fdd7c..2d31139 100644 --- a/77_UWZ.pm +++ b/77_UWZ.pm @@ -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); } ##################################### @@ -2963,7 +2963,7 @@ sub UWZSearchAreaID($$) {
  • download
    - Download Unwetterkarten während des updates (0|1). + Download Unwetterkarten während des updates (0|1).
  • savepath @@ -3280,7 +3280,7 @@ sub UWZSearchAreaID($$) { ], "release_status": "stable", "license": "GPL_2", - "version": "v2.2.3", + "version": "v2.2.4", "author": [ "Marko Oldenburg " ],