Mercurial > pidgin
diff libgaim/proxy.c @ 14392:92eb7a040663
[gaim-migrate @ 17099]
Better connection error messages for dnsquery failures in
general and for oscar
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Thu, 31 Aug 2006 09:44:51 +0000 |
| parents | 4ae3c2913c3e |
| children | 8bc97389bdb2 |
line wrap: on
line diff
--- a/libgaim/proxy.c Thu Aug 31 09:02:10 2006 +0000 +++ b/libgaim/proxy.c Thu Aug 31 09:44:51 2006 +0000 @@ -1582,8 +1582,7 @@ if (error_message != NULL) { - gaim_proxy_connect_data_error(connect_data, - _("Error while resolving hostname: %s\n"), error_message); + gaim_proxy_connect_data_error(connect_data, error_message); return; }
