0
0
mirror of https://github.com/OpenVPN/openvpn.git synced 2024-09-20 03:52:28 +02:00

Increased the --verb threshold for "PID_ERR replay" messages

to 4 from 3.

Version 2.1.10

git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@7522 e7ae566f-a301-0410-adde-c780ea21d3b5
This commit is contained in:
James Yonan 2011-08-11 07:03:39 +00:00 committed by David Sommerseth
parent eca430d550
commit 5455b39895

View File

@ -231,8 +231,8 @@ packet_id_test (struct packet_id_rec *p,
return true;
else
{
/* might want to increase this to D_PID_DEBUG_MEDIUM (or even D_PID_DEBUG) in the future */
packet_id_debug (D_PID_DEBUG_LOW, p, pin, "PID_ERR replay", diff);
/* raised from D_PID_DEBUG_LOW to reduce verbosity */
packet_id_debug (D_PID_DEBUG_MEDIUM, p, pin, "PID_ERR replay", diff);
return false;
}
}