01_FHEMWEB.pm: add extra debugging for iOS9 problem (Forum #41125)
git-svn-id: https://svn.fhem.de/fhem/trunk@9291 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -307,6 +307,11 @@ FW_Read($$)
|
||||
CommandDelete(undef, $name);
|
||||
Log3 $FW_wname, 4, "Connection closed for $name: ".
|
||||
(defined($ret) ? 'EOF' : $!);
|
||||
if($hash->{BUF}) {
|
||||
Log3 $FW_wname, 5, "BUF:>".$hash->{BUF}."< L:".length($hash->{BUF});
|
||||
} else {
|
||||
Log3 $FW_wname, 5, "BUF: EMPTY";
|
||||
}
|
||||
return;
|
||||
}
|
||||
$hash->{BUF} .= $buf;
|
||||
|
||||
Reference in New Issue
Block a user