| # | 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 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |