dect
/
libnl
Archived
13
0
Fork 0

Fix typo in debug message

This commit is contained in:
Thomas Graf 2011-10-28 12:30:31 +02:00
parent 9c7593cc9b
commit 8104b52f75
1 changed files with 1 additions and 1 deletions

View File

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