mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 01:09:47 +00:00
10_IT.pm: move 'not defined' message to log level 4
git-svn-id: https://svn.fhem.de/fhem/trunk@7356 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
6278665e29
commit
4b2cc89bc2
@ -331,7 +331,7 @@ IT_Parse($$)
|
|||||||
|
|
||||||
#Log3 $hash,3,$msg."->".$msgcode."->".$housecode." ".$onoffcode;
|
#Log3 $hash,3,$msg."->".$msgcode."->".$housecode." ".$onoffcode;
|
||||||
if(!defined($modules{IT}{defptr}{lc($housecode)})) {
|
if(!defined($modules{IT}{defptr}{lc($housecode)})) {
|
||||||
Log3 undef,3,"$housecode not defined (Switch code: $onoffcode)";
|
Log3 undef,4,"$housecode not defined (Switch code: $onoffcode)";
|
||||||
return "$housecode not defined (Switch code: $onoffcode)!";
|
return "$housecode not defined (Switch code: $onoffcode)!";
|
||||||
}
|
}
|
||||||
$def=$modules{IT}{defptr}{lc($housecode)};
|
$def=$modules{IT}{defptr}{lc($housecode)};
|
||||||
|
Loading…
Reference in New Issue
Block a user