Skip to content

Commit af8e456

Browse files
Fix debug message for frang.
Remove extra format '%p'.
1 parent 54200dd commit af8e456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fw/http_limits.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,7 @@ frang_http_req_trailer_check(FrangAcc *ra, TfwFsmData *data,
10471047
}
10481048
if (trailers && unlikely(dups != trailers)) {
10491049
frang_msg_lock(&ra->lock, "HTTP field appear in"
1050-
" header and trailer for client %p",
1050+
" header and trailer for client",
10511051
&FRANG_ACC2CLI(ra)->addr, "\n");
10521052
return T_BLOCK;
10531053
}

0 commit comments

Comments
 (0)