--- gvpe/src/vpn_tcp.C 2003/04/07 01:12:56 1.4 +++ gvpe/src/vpn_tcp.C 2003/04/07 01:28:56 1.5 @@ -322,14 +322,16 @@ if (i < 12) { - slog (L_ERR, _("unable to do proxy-forwarding, short response")); + slog (L_ERR, _("%s: unable to do proxy-forwarding, short response"), + (const char *)si); error (); } else if (r[0] != 'H' || r[1] != 'T' || r[2] != 'T' || r[3] != 'P' || r[4] != '/' || r[5] != '1' // http-major || r[9] != '2') // response { - slog (L_ERR, _("malformed or unexpected proxy response (%.12s)"), r); + slog (L_ERR, _("%s: malformed or unexpected proxy response (%.12s)"), + (const char *)si, r); error (); } else