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