summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Graf <tgraf@redhat.com>2011-10-28 12:30:31 +0200
committerThomas Graf <tgraf@redhat.com>2011-10-28 12:30:31 +0200
commit8104b52f755dd4c8a95f63568ca4c4d80cd33670 (patch)
tree00cf39c703f670226649e5c7f3c9450f02b558f6
parent9c7593cc9b8e891f4fdf26e12a13c71400b93254 (diff)
downloadlibnl-8104b52f755dd4c8a95f63568ca4c4d80cd33670.tar.gz
Fix typo in debug message
-rw-r--r--lib/nl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/nl.c b/lib/nl.c
index cc450c7..bcf89da 100644
--- a/lib/nl.c
+++ b/lib/nl.c
@@ -580,7 +580,7 @@ continue_reading:
hdr = (struct nlmsghdr *) buf;
while (nlmsg_ok(hdr, n)) {
- NL_DBG(3, "recgmsgs(%p): Processing valid message...\n", sk);
+ NL_DBG(3, "recvmsgs(%p): Processing valid message...\n", sk);
nlmsg_free(msg);
msg = nlmsg_convert(hdr);