2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-08 01:14:19 +00:00

CUL_HM: change loglevel for missing hash

git-svn-id: https://svn.fhem.de/fhem/trunk@9173 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2015-08-30 16:11:11 +00:00
parent c6abe1aa27
commit 311e5d0afb

View File

@ -6264,7 +6264,7 @@ sub CUL_HM_eventP($$) {#handle protocol events
sub CUL_HM_protState($$){
my ($hash,$state) = @_;
if (!$hash || !$hash->{NAME}){#General remove when fixed
Log 2,"CUL_HM protstate undeviced hash to set $state";
Log 4,"CUL_HM protstate undeviced hash to set $state";
return;
}
my $name = $hash->{NAME};