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
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;
}
}