2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-03 19:49:02 +00:00

98_LW12.pm: changed Loglevel of Error-Message

git-svn-id: https://svn.fhem.de/fhem/trunk@8728 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
kuzl 2015-06-10 18:48:56 +00:00
parent 447918d46b
commit 509465d6c5

View File

@ -433,7 +433,7 @@ sub LW12_Write( $$ ) {
$s->close();
}
else {
Log3 $name, 3, "Can't connect to socket!";
Log3 $name, 4, "LW12: Can't connect to LW12!";
}
}