]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Increased the --verb threshold for "PID_ERR replay" messages
authorJames Yonan <james@openvpn.net>
Thu, 11 Aug 2011 07:03:39 +0000 (07:03 +0000)
committerDavid Sommerseth <davids@redhat.com>
Wed, 24 Aug 2011 11:33:12 +0000 (13:33 +0200)
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

packet_id.c

index 9bbfbf32c2080d78224b8474d89426dea6fac1b6..024b4f35e656ab60b0a2ac0db35b87264c48e63a 100644 (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;
              }
          }