# | Line 52 | Line 52 | init_netio(void) | |
---|---|---|
52 | ||
53 | if ((fd = kqueue()) < 0) | |
54 | { | |
55 | < | ilog(LOG_TYPE_IRCD, "init_netio: Couldn't open kqueue fd!"); |
55 | > | ilog(LOG_TYPE_IRCD, "init_netio: couldn't open kqueue fd: %s", strerror(errno)); |
56 | exit(EXIT_FAILURE); /* Whee! */ | |
57 | } | |
58 |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |