2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

70_Viera: log level changed

git-svn-id: https://svn.fhem.de/fhem/trunk@21029 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
mabula 2020-01-21 13:19:50 +00:00
parent 44cb1a9481
commit 2847e67949

View File

@ -988,7 +988,7 @@ sub VIERA_webpage($$) {
my $client_address = $clientsock -> peerhost(); my $client_address = $clientsock -> peerhost();
my $client_port = $clientsock -> peerport(); my $client_port = $clientsock -> peerport();
Log3 $name, 3, "$name: connection from $client_address:$client_port established"; Log3 $name, 4, "$name: connection from $client_address:$client_port established";
my $l1 = length($url) & 0xFF; my $l1 = length($url) & 0xFF;
@msg = (0xf4, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, $l1); @msg = (0xf4, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, $l1);