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

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

# Line 1135 | Line 1135 | server_estab(struct Client *client_p)
1135    sendto_realops_flags(UMODE_ALL, L_OPER,
1136                         "Link with %s established: (%s) link",
1137                         inpath,show_capabilities(client_p));
1138 <  ilog(L_NOTICE, "Link with %s established: (%s) link",
1138 >  ilog(LOG_TYPE_IRCD, "Link with %s established: (%s) link",
1139         inpath_ip, show_capabilities(client_p));
1140  
1141    client_p->serv->sconf = conf;
# Line 1592 | Line 1592 | serv_connect(struct AccessItem *aconf, s
1592    /* log */
1593    getnameinfo((struct sockaddr *)&aconf->ipnum, aconf->ipnum.ss_len,
1594                buf, sizeof(buf), NULL, 0, NI_NUMERICHOST);
1595 <  ilog(L_NOTICE, "Connect to %s[%s] @%s", aconf->user, aconf->host,
1595 >  ilog(LOG_TYPE_IRCD, "Connect to %s[%s] @%s", aconf->user, aconf->host,
1596         buf);
1597  
1598    /* Still processing a DNS lookup? -> exit */
# Line 1999 | Line 1999 | cryptlink_error(struct Client *client_p,
1999                         get_client_name(client_p, SHOW_IP), type, reason);
2000    sendto_realops_flags(UMODE_ALL, L_OPER,  "%s: CRYPTLINK %s error - %s",
2001                         get_client_name(client_p, MASK_IP), type, reason);
2002 <  ilog(L_ERROR, "%s: CRYPTLINK %s error - %s",
2002 >  ilog(LOG_TYPE_IRCD, "%s: CRYPTLINK %s error - %s",
2003         get_client_name(client_p, SHOW_IP), type, reason);
2004  
2005    /* If client_reason isn't NULL, then exit the client with the message

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines