summaryrefslogtreecommitdiffstats
path: root/src/nfacct.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nfacct.c')
-rw-r--r--src/nfacct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nfacct.c b/src/nfacct.c
index 6af2b43..4fed709 100644
--- a/src/nfacct.c
+++ b/src/nfacct.c
@@ -177,7 +177,7 @@ static int nfacct_cmd_list(int argc, char *argv[])
portid = mnl_socket_get_portid(nl);
if (mnl_socket_sendto(nl, nlh, nlh->nlmsg_len) < 0) {
- perror("mnl_socket_send");
+ nfacct_perror("mnl_socket_send");
return -1;
}