removed excessive syslog output uses to stop flooding with just

informational messages.
This commit is contained in:
Jens Maus 2019-06-28 09:52:40 +02:00
parent 8ffac20d8e
commit 027946fedd
No known key found for this signature in database
GPG Key ID: F015DB70F176184A
1 changed files with 1 additions and 1 deletions

View File

@ -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 "<<<check_mk>>>"
puts $channelId "Version: [get_version]"