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

Comparing ircd-hybrid-8/src/s_auth.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 249 | Line 249 | start_auth_query(struct AuthRequest *aut
249    {
250      report_error(L_ALL, "creating auth stream socket %s:%s",
251          get_client_name(auth->client, SHOW_IP), errno);
252 <    ilog(L_ERROR, "Unable to create auth socket for %s",
252 >    ilog(LOG_TYPE_IRCD, "Unable to create auth socket for %s",
253          get_client_name(auth->client, SHOW_IP));
254      ++ServerStats.is_abad;
255      return 0;
# Line 418 | Line 418 | timeout_auth_queries_event(void *notused
418        sendheader(auth->client, REPORT_FAIL_DNS);
419      }
420  
421 <    ilog(L_INFO, "DNS/AUTH timeout %s",
421 >    ilog(LOG_TYPE_IRCD, "DNS/AUTH timeout %s",
422           get_client_name(auth->client, SHOW_IP));
423      release_auth_client(auth);
424    }
# Line 462 | Line 462 | auth_connect_callback(fde_t *fd, int err
462        getpeername(auth->client->localClient->fd.fd, (struct sockaddr *)&them,
463        &tlen))
464    {
465 <    ilog(L_INFO, "auth get{sock,peer}name error for %s",
465 >    ilog(LOG_TYPE_IRCD, "auth get{sock,peer}name error for %s",
466          get_client_name(auth->client, SHOW_IP));
467      auth_error(auth);
468      return;

Diff Legend

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