X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/2389eb02e5dc0925a0404aea7fd02f286f26e93f..10ac80fdecfa9b9b7d259d8f50d0b72ef1b18f12:/print-tcp.c diff --git a/print-tcp.c b/print-tcp.c index ff5279c3..a1aae18a 100644 --- a/print-tcp.c +++ b/print-tcp.c @@ -298,7 +298,7 @@ tcp_print(netdissect_options *ndo, if (th->nxt == NULL) (*ndo->ndo_error)(ndo, S_ERR_ND_MEM_ALLOC, - "tcp_print: calloc"); + "%s: calloc", __func__); } th->addr = tha; if (rev) @@ -356,7 +356,7 @@ tcp_print(netdissect_options *ndo, if (th->nxt == NULL) (*ndo->ndo_error)(ndo, S_ERR_ND_MEM_ALLOC, - "tcp_print: calloc"); + "%s: calloc", __func__); } th->addr = tha; if (rev)