1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2026-02-04 17:50:13 +03:00
Files
SoftEtherVPN/src/Cedar
Davide Beatrici 5d782a67b4 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.
2020-08-06 22:24:45 +02:00
..
2018-05-16 23:47:10 +02:00
2020-05-19 17:25:04 +03:00
2014-01-04 22:00:08 +09:00
2014-01-04 22:00:08 +09:00
2019-11-23 04:23:51 +01:00
2019-10-30 01:39:11 +01:00
2019-11-23 04:23:51 +01:00
2020-05-11 23:06:01 +02:00