mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-20 13:26:02 +00:00
MAX: fix last commit
git-svn-id: https://svn.fhem.de/fhem/trunk@7010 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
5a279fe483
commit
9fe043aa09
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user