Commit 05149e2f authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Improve error message.

parent 943865d9
......@@ -109,7 +109,7 @@ check_xroutes()
rc = kernel_addresses(routes, 240);
if(rc < 0) {
fprintf(stderr, "Couldn't get local addresses.\n");
perror("kernel_addresses");
numroutes = 0;
} else {
numroutes = rc;
......
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