2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-25 22:09:21 +00:00

30_HUEBridge.pm: removed log messages

git-svn-id: https://svn.fhem.de/fhem/trunk@15762 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2018-01-03 10:26:29 +00:00
parent 0a467c2e24
commit 7b8d39786a

View File

@ -134,12 +134,12 @@ HUEBridge_Read($)
} elsif( $buf =~ m'^HTTP/1.1 101 Switching Protocols'i ) {
$hash->{websocket} = 1;
#my $buf = plex_msg2hash($buf, 1);
Log 1, $buf;
#Log 1, $buf;
Log3 $name, 3, "$name: websocket: Switching Protocols ok";
} else {
Log 1, $buf;
#Log 1, $buf;
$close = 1;
Log3 $name, 2, "$name: websocket: Switching Protocols failed";
}