00_ZWdongle.pm: more debugging info (Forum #40880)

git-svn-id: https://svn.fhem.de/fhem/trunk@9217 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2015-09-09 19:16:52 +00:00
parent 5b0adaa247
commit f21a89e849

View File

@ -547,7 +547,8 @@ ZWDongle_ProcessSendStack($)
if($hash->{WaitForAck}){ if($hash->{WaitForAck}){
if($ts-$hash->{SendTime} >= 1){ if($ts-$hash->{SendTime} >= 1){
Log3 $hash, 2, "ZWDongle_ProcessSendStack: no ACK, resending message"; Log3 $hash, 2, "ZWDongle_ProcessSendStack: no ACK, resending message ".
$hash->{SendStack}->[0];
$hash->{SendRetries}++; $hash->{SendRetries}++;
$hash->{WaitForAck} = 0; $hash->{WaitForAck} = 0;