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; |
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 |
|
} |
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; |