Simplify printf().

This commit is contained in:
Gleb Smirnoff 2013-05-06 21:43:15 +00:00
parent 3fa456b35d
commit 7a954bbbce
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=250312

View file

@ -1103,10 +1103,9 @@ pf_state_insert(struct pfi_kif *kif, struct pf_state_key *skw,
PF_HASHROW_UNLOCK(ih);
if (V_pf_status.debug >= PF_DEBUG_MISC) {
printf("pf: state insert failed: "
"id: %016llx creatorid: %08x",
"id: %016llx creatorid: %08x\n",
(unsigned long long)be64toh(s->id),
ntohl(s->creatorid));
printf("\n");
}
pf_detach_state(s);
return (-1);