FRITZBOX: Debugging improved

git-svn-id: https://svn.fhem.de/fhem/trunk@7199 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
tpoitzsch
2014-12-14 07:35:03 +00:00
parent 6694967597
commit db2646701e

View File

@@ -463,12 +463,10 @@ FRITZBOX_Readout_Run($)
my $returnStr = "$name|";
if ($result = FRITZBOX_Open_Connection( $hash ) )
{
$returnStr .= "Error|".$result;
return $returnStr;
}
$result = FRITZBOX_Open_Connection( $hash );
return "$name|Error|$result"
if $result;
if ($slowRun == 1)
{