mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-09 20:57:11 +00:00
00_MQTT2_SERVER.pm: remove outdated comment, better debug string
git-svn-id: https://svn.fhem.de/fhem/trunk@21619 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
7c38251b57
commit
42fb7fb457
@ -2,8 +2,6 @@
|
||||
# $Id$
|
||||
package main;
|
||||
|
||||
# TODO: test SSL
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use TcpServerUtils;
|
||||
@ -326,7 +324,7 @@ MQTT2_SERVER_Read($@)
|
||||
$hash->{subscriptions} = {};
|
||||
$defs{$sname}{clients}{$cname} = 1;
|
||||
|
||||
Log3 $sname, 4, " $cname $hash->{cid} $cpt V:$hash->{protoNum} $desc";
|
||||
Log3 $sname, 4, " $cname cid:$hash->{cid} $cpt V:$hash->{protoNum} $desc";
|
||||
MQTT2_SERVER_out($hash, pack("C*", 0x20, 2, 0, 0), $dump); # CONNACK+OK
|
||||
|
||||
####################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user