MAX: fix last commit

git-svn-id: https://svn.fhem.de/fhem/trunk@7010 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
mgehre
2014-11-17 19:02:24 +00:00
parent 77b699cbb7
commit 1fb75fd13f

View File

@@ -133,7 +133,7 @@ MAX_TypeToTypeId($)
foreach (keys %device_types) {
return $_ if($_[0] eq $device_types{$_});
}
Log3 $hash, 1, "MAX_TypeToTypeId: Invalid type $_[0]";
Log 1, "MAX_TypeToTypeId: Invalid type $_[0]";
return 0;
}