From: Eugene Syromyatnikov Date: Wed, 2 May 2018 18:58:49 +0000 (+0200) Subject: sock: use error_func_msg for printing function name X-Git-Tag: v4.23~233 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55d3c559e489c02ba7e83b6c29110210d8e81a6b;p=strace sock: use error_func_msg for printing function name * sock.c (decode_ifconf): Use error_func_msg instead of error_msg with manual function name printing. --- diff --git a/sock.c b/sock.c index cd13de48..7361a7df 100644 --- a/sock.c +++ b/sock.c @@ -173,7 +173,7 @@ decode_ifconf(struct tcb *const tcp, const kernel_ulong_t addr) entering_ifc = get_tcb_priv_data(tcp); if (!entering_ifc) { - error_msg("decode_ifconf: where is my ifconf?"); + error_func_msg("where is my ifconf?"); return 0; } }