2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +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:
justme-1968 2014-12-29 15:25:04 +00:00
parent 6278665e29
commit 4b2cc89bc2

View File

@ -331,7 +331,7 @@ IT_Parse($$)
#Log3 $hash,3,$msg."->".$msgcode."->".$housecode." ".$onoffcode;
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)!";
}
$def=$modules{IT}{defptr}{lc($housecode)};