kernel-pfkey: be less verbose about unexpected sequence numbers

This commit is contained in:
Martin Willi 2013-04-20 20:54:03 +02:00
parent df919d50d0
commit 470aad7e0c

View File

@ -1126,7 +1126,7 @@ static status_t pfkey_send_socket(private_kernel_pfkey_ipsec_t *this, int socket
}
if (msg->sadb_msg_seq != this->seq)
{
DBG1(DBG_KNL, "received PF_KEY message with unexpected sequence "
DBG2(DBG_KNL, "received PF_KEY message with unexpected sequence "
"number, was %d expected %d", msg->sadb_msg_seq,
this->seq);
if (msg->sadb_msg_seq == 0)