ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/s_bsd_kqueue.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/s_bsd_kqueue.c (file contents):
Revision 6553 by michael, Sat Oct 3 16:56:22 2015 UTC vs.
Revision 6557 by michael, Sat Oct 3 18:18:07 2015 UTC

# 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)