mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-10 01:34:58 +03:00
Cedar/Proto_OpenVPN.c: remove redundant log messages
The "session created" and "session deleted" messages were useful when a single OPENVPN_SERVER object handled multiple UDP sessions. Now that each session has its own OPENVPN_SERVER object and session creations/deletions are logged by PROTO, the messages are redundant. In future we will change the OpenVPN implementation so that the multi-session handling code is deleted. The messages were like this: OpenVPN Module: The OpenVPN Server Module is starting. OpenVPN Session 1 (192.168.122.211:47390 -> 0.0.0.0:1194): A new session is created. Protocol: UDP OpenVPN Session 1 (192.168.122.211:47390 -> 0.0.0.0:1194): Deleting the session. OpenVPN Module: The OpenVPN Server Module is stopped.
This commit is contained in:
@ -1830,15 +1830,11 @@ LO_CLIENT_CERT Client certificate received (subject: CN="%s"), will use certif
|
||||
LO_CLIENT_UNVERIFIED_CERT Client certificate was provided but did not pass verification (error="%S"), will use password authentication.
|
||||
LO_CLIENT_NO_CERT Client certificate is not provided, will use password authentication.
|
||||
LO_OPTION_STR_SEND 發送選項字串:"%S"
|
||||
LO_NEW_SESSION 已創建新的會話。協議:%S
|
||||
LO_INITIATE_REKEY re-keying 進程已開始。
|
||||
LO_CHANNEL_ESTABLISHED 該通道成為已建立的狀態。
|
||||
LO_PUSH_REPLY 完整字串回答:"%S"
|
||||
LO_CHANNEL_FAILED 無法連接通道。
|
||||
LO_CHANNEL_DISCONNECTED_BY_HUB 此 OpenVPN 的通道被終止,因為虛擬 HUB 管理員斷開了此 VPN 會話。
|
||||
LO_DELETE_SESSION 刪除會話中。
|
||||
LO_START OpenVPN Server 模組正在啟動。
|
||||
LO_STOP OpenVPN Server 模組已停止。
|
||||
|
||||
|
||||
# (IPsec 日誌)
|
||||
|
Reference in New Issue
Block a user