mirror of
https://github.com/SunBK201/UA3F.git
synced 2025-12-16 08:44:29 +00:00
chore: update release
This commit is contained in:
parent
6ccf29f0be
commit
22f6868965
2
main.go
2
main.go
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user