mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-26 16:19:32 +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:
parent
0a467c2e24
commit
7b8d39786a
@ -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";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user