ikev1: Fix arguments when logging a UNITY_LOAD_BALANCE with invalid address

Fixes: eff331f799 ("Parse IKEv1 Cisco Load Balancing notify (can't act on it yet).")
This commit is contained in:
Tobias Brunner
2026-07-24 08:47:36 +02:00
parent 65a30f7bab
commit d5e7426c4c
+2 -1
View File
@@ -126,7 +126,8 @@ METHOD(task_t, process_r, status_t,
}
else
{
DBG1(DBG_IKE, "received %N notify, invalid address");
DBG1(DBG_IKE, "received %N notify, invalid address",
notify_type_names, type);
}
}
else if (type < 16384)