mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-08 07:24:21 +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:
parent
c6abe1aa27
commit
311e5d0afb
@ -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};
|
||||
|
Loading…
x
Reference in New Issue
Block a user