chore: update release

This commit is contained in:
SunBK201 2023-12-04 21:25:55 +08:00
parent 6ccf29f0be
commit 22f6868965

View File

@ -54,7 +54,7 @@ func main() {
printAndLog(fmt.Sprintf("Accept failed: %v", err), logger, syslog.LOG_ERR)
continue
}
printAndLog(fmt.Sprintf("Accept %s", client.RemoteAddr().String()), logger, syslog.LOG_DEBUG)
// printAndLog(fmt.Sprintf("Accept %s", client.RemoteAddr().String()), logger, syslog.LOG_DEBUG)
go process(client)
}
}