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

Comparing ircd-hybrid-7.2/src/client.c (file contents):
Revision 503 by michael, Fri Mar 3 19:53:47 2006 UTC vs.
Revision 617 by michael, Mon May 22 07:21:17 2006 UTC

# Line 1136 | Line 1136 | dead_link_on_read(struct Client *client_
1136      }
1137      else
1138      {
1139 <      report_error(L_ADMIN, "Lost connection to %s: %d",
1139 >      report_error(L_ADMIN, "Lost connection to %s: %s",
1140                     get_client_name(client_p, SHOW_IP), current_error);
1141 <      report_error(L_OPER, "Lost connection to %s: %d",
1141 >      report_error(L_OPER, "Lost connection to %s: %s",
1142                     get_client_name(client_p, MASK_IP), current_error);
1143      }
1144  

Diff Legend

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