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:
rudolfkoenig
2015-09-24 09:51:23 +00:00
parent f3d3e544e3
commit 9fa06fa128

View File

@@ -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;