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

Comparing:
ircd-hybrid/src/event.c (file contents), Revision 33 by knight, Sun Oct 2 20:50:00 2005 UTC vs.
ircd-hybrid-8/src/event.c (file contents), Revision 1309 by michael, Sun Mar 25 11:24:18 2012 UTC

# Line 50 | Line 50
50   */
51  
52   #include "stdinc.h"
53 <
53 > #include "list.h"
54   #include "ircd.h"
55   #include "event.h"
56   #include "client.h"
57   #include "send.h"
58   #include "memory.h"
59 < #include "s_log.h"
59 > #include "log.h"
60   #include "numeric.h"
61  
62   static const char *last_event_ran = NULL;
# Line 96 | Line 96 | eventAdd(const char *name, EVH *func, vo
96      }
97    }
98    /* XXX if reach here, its an error */
99 <  ilog(L_ERROR, "Event table is full! (%d)", i);
99 >  ilog(LOG_TYPE_IRCD, "Event table is full! (%d)", i);
100   }
101  
102   /*

Diff Legend

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