From fcb9d089c0891e900c90cc40a85f0188d506f1b3 Mon Sep 17 00:00:00 2001 From: jowiemann <> Date: Fri, 28 Apr 2023 18:26:52 +0000 Subject: [PATCH] 72_FRITZBOX.pm: Stabilisierung, Erweiterungen git-svn-id: https://svn.fhem.de/fhem/trunk@27495 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/72_FRITZBOX.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/72_FRITZBOX.pm b/fhem/FHEM/72_FRITZBOX.pm index eefe678b1..c3197e3b8 100644 --- a/fhem/FHEM/72_FRITZBOX.pm +++ b/fhem/FHEM/72_FRITZBOX.pm @@ -3533,7 +3533,7 @@ sub FRITZBOX_Readout_Run_Web($) } } else { - FRITZBOX_Log $hash, 4, "DEBUG: TR064: " . $hash->{TR064}?$hash->{TR064}:"none" . " or secure Port:" . $hash->{SECPORT}?$hash->{SECPORT}:"none" . " not available or wrong Fritz!OS: $FW1.$FW2."; + FRITZBOX_Log $hash, 4, "DEBUG: TR064: $hash->{TR064} or secure Port:" . ($hash->{SECPORT} ? $hash->{SECPORT} : "none") . " not available or wrong Fritz!OS: $FW1.$FW2."; } FRITZBOX_Readout_Add_Reading $hash, \@roReadings, "fhem->sid", $result->{sid} if $result->{sid};