75_MSG: typo

git-svn-id: https://svn.fhem.de/fhem/trunk@9771 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
loredo
2015-11-04 09:06:59 +00:00
parent 58a573fbd9
commit 07fc9983da

View File

@@ -301,7 +301,7 @@ s/^[\s\t]*\|([\w\süöäß^°!"§$%&\/\\()<>=?´`"+\[\]#*@€]+)\|[\s\t]+//
}
# next type loop if device is an email address and this is not the mail type loop run
if ($deviceType eq "email" && ($type[$i] ne "mail" && $type[$i] ne "text") {
if ($deviceType eq "email" && $type[$i] ne "mail" && $type[$i] ne "text") {
Log3 $globalDevName, 5, "msg $device: Skipping loop for device type 'email' with unmatched message type '" . $type[$i] . "'";
next;
}