improved P2P_ENDPOINT debugging

This commit is contained in:
Andreas Steffen
2007-12-03 23:06:17 +00:00
parent 8b678ad461
commit 3af513753a
5 changed files with 31 additions and 3 deletions
+1 -1
View File
@@ -936,7 +936,7 @@ static status_t process_payloads(message_t *message, check_t *check)
}
check->endpoint = endpoint;
check->endpoint_raw = chunk_clone(notify->get_notification_data(notify));
DBG3(DBG_IKE, "received P2P_ENDPOINT notify");
DBG2(DBG_IKE, "received P2P_ENDPOINT notify");
break;
}
case P2P_SESSIONID: