From ff1379b44655e4a3cf0275fe2711b4ac583e6f5f Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Fri, 6 Jan 2023 17:15:47 +0000 Subject: [PATCH] 98_update.pm: improve readability (Forum #131410) git-svn-id: https://svn.fhem.de/fhem/trunk@26986 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/98_update.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/98_update.pm b/fhem/FHEM/98_update.pm index 8ebb3778b..8447784bc 100644 --- a/fhem/FHEM/98_update.pm +++ b/fhem/FHEM/98_update.pm @@ -249,6 +249,7 @@ doUpdate($$$$) my ($basePath, $ctrlFileName); $src =~ s'^http://fhem\.de'https://fhem.de' if($upd_hasSSL); $src =~ s'^https://'http://' if(!$upd_wantSSL); + uLog 1, ""; uLog 1, "Downloading $src"; if($src !~ m,^(.*)/([^/]*)$,) { uLog 1, "Cannot parse $src, probably not a valid http control file"; @@ -271,7 +272,6 @@ doUpdate($$$$) } if($max != 1) { - uLog 1, ""; uLog 1, $srcName; }