Simplify printf().
This commit is contained in:
parent
3fa456b35d
commit
7a954bbbce
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user