X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/2389eb02e5dc0925a0404aea7fd02f286f26e93f..7eb3d5083c4230d75d633a6f8599c0a4fa725df5:/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)