Parent Directory
|
Revision Log
|
Patch
revision 616 by michael, Fri Mar 3 19:53:47 2006 UTC | revision 617 by michael, Mon May 22 07:21:17 2006 UTC | |
---|---|---|
# | Line 1136 dead_link_on_read(struct Client *client_ | Line 1136 dead_link_on_read(struct Client *client_ |
1136 | } | } |
1137 | else | else |
1138 | { | { |
1139 | report_error(L_ADMIN, "Lost connection to %s: %d", | report_error(L_ADMIN, "Lost connection to %s: %s", |
1140 | get_client_name(client_p, SHOW_IP), current_error); | get_client_name(client_p, SHOW_IP), current_error); |
1141 | report_error(L_OPER, "Lost connection to %s: %d", | report_error(L_OPER, "Lost connection to %s: %s", |
1142 | get_client_name(client_p, MASK_IP), current_error); | get_client_name(client_p, MASK_IP), current_error); |
1143 | } | } |
1144 |
|
svnadmin@ircd-hybrid.org | ViewVC Help |
Powered by ViewVC 1.1.28 |