Better debug message.

This commit is contained in:
glebius 2013-05-11 18:03:36 +00:00
parent 2435fdb8ad
commit 3a8ddef6a9

View File

@ -1102,7 +1102,7 @@ pf_state_insert(struct pfi_kif *kif, struct pf_state_key *skw,
if (cur != NULL) {
PF_HASHROW_UNLOCK(ih);
if (V_pf_status.debug >= PF_DEBUG_MISC) {
printf("pf: state insert failed: "
printf("pf: state ID collision: "
"id: %016llx creatorid: %08x\n",
(unsigned long long)be64toh(s->id),
ntohl(s->creatorid));