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

Comparing ircd-hybrid-8/src/parse.c (file contents):
Revision 1246 by michael, Fri Sep 30 16:13:11 2011 UTC vs.
Revision 1247 by michael, Sat Oct 1 07:54:24 2011 UTC

# Line 340 | Line 340 | handle_command(struct Message *mptr, str
340                             "Dropping server %s due to (invalid) command '%s' "
341                             "with only %d arguments (expecting %d).",
342                             client_p->name, mptr->cmd, i, mptr->args_min);
343 <      ilog(L_CRIT, "Insufficient parameters (%d) for command '%s' from %s.",
343 >      ilog(LOG_TYPE_IRCD, "Insufficient parameters (%d) for command '%s' from %s.",
344             i, mptr->cmd, client_p->name);
345        exit_client(client_p, client_p,
346                    "Not enough arguments to server command.");
# Line 820 | Line 820 | rfc1459_command_send_error(struct Client
820  
821    in_para = (parc > 1 && *parv[1] != '\0') ? parv[1] : "<>";
822  
823 <  ilog(L_ERROR, "Received ERROR message from %s: %s",
823 >  ilog(LOG_TYPE_IRCD, "Received ERROR message from %s: %s",
824         source_p->name, in_para);
825  
826    if (client_p == source_p)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines