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.
This commit is contained in:
Eugene Syromyatnikov 2018-05-02 20:58:49 +02:00 committed by Dmitry V. Levin
parent 973687fd92
commit 55d3c559e4

2
sock.c
View File

@ -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;
}
}