Commit d31a960f authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Deprecate netlink warning to just a debug message.

It triggers fairly often with the new routing changes.
parent 68e133a0
......@@ -328,8 +328,7 @@ netlink_read(struct netlink *nl, struct netlink *nl_ignore, int answer,
kdebugf("(ACK)\n");
return 0;
} else {
errno = -err->error;
perror("netlink_read");
kdebugf("netlink_read: %s\n", strerror(-err->error));
errno = -err->error;
return -1;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment