2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-29 17:37:09 +00:00

00_ZWDongle: change retransmit message (Forum #37121)

git-svn-id: https://svn.fhem.de/fhem/trunk@8662 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2015-05-30 16:40:20 +00:00
parent a4747e5531
commit 4f26e1783a

View File

@ -565,7 +565,7 @@ ZWDongle_Read($@)
}
} else {
Log3 $name, 4, "$name: CANCEL received, nothing to retransmit.";
Log3 $name, 4, "$name: got CANCEL, but nothing to retransmit";
}
$data = substr($data, 2);
next;