70_Viera: log level changed

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

View File

@ -988,7 +988,7 @@ sub VIERA_webpage($$) {
my $client_address = $clientsock -> peerhost();
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;
@msg = (0xf4, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, $l1);