From 027946feddbd38b04311a41f700975a1354a6cba Mon Sep 17 00:00:00 2001 From: Jens Maus Date: Fri, 28 Jun 2019 09:52:40 +0200 Subject: [PATCH] removed excessive syslog output uses to stop flooding with just informational messages. --- addon/addon/server.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addon/addon/server.tcl b/addon/addon/server.tcl index 682b52f..df43485 100755 --- a/addon/addon/server.tcl +++ b/addon/addon/server.tcl @@ -6,7 +6,7 @@ source [file join [file dirname [info script]] common.tcl] proc handle_connection { channelId clientAddress clientPort } { if { [catch { - log "connection accepted from $clientAddress:$clientPort" + #log "connection accepted from $clientAddress:$clientPort" puts $channelId "<<>>" puts $channelId "Version: [get_version]"