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

Comparing ircd-hybrid-8/modules/core/m_kill.c (file contents):
Revision 1243 by michael, Fri Sep 30 10:47:53 2011 UTC vs.
Revision 1247 by michael, Sat Oct 1 07:54:24 2011 UTC

# Line 134 | Line 134 | mo_kill(struct Client *client_p, struct
134                         "Received KILL message for %s. From %s Path: %s (%s)",
135                         target_p->name, source_p->name, me.name, reason);
136  
137 <  ilog(L_INFO, "KILL From %s For %s Path %s (%s)",
137 >  ilog(LOG_TYPE_KILL, "KILL From %s For %s Path %s (%s)",
138         source_p->name, target_p->name, me.name, reason);
139  log_oper_action(LOG_KILL_TYPE, source_p, "%s %s\n",
140                  me.name, reason);
139  
140    /*
141     * And pass on the message to other servers. Note, that if KILL
# Line 264 | Line 262 | ms_kill(struct Client *client_p, struct
262                           "Received KILL message for %s. From %s %s",
263                           target_p->name, source_p->name, reason);
264  
265 <  ilog(L_INFO,"KILL From %s For %s Path %s %s",
265 >  ilog(LOG_TYPE_KILL, "KILL From %s For %s Path %s %s",
266         source_p->name, target_p->name, source_p->name, reason);
267  
268    relay_kill(client_p, source_p, target_p, path, reason);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines