viking

webkit based web browser for Enlightenment
Log | Files | Refs | LICENSE

commit 54e073180d856c2997f2b2fa0df1a5243f9ea871
parent 057fcccd9c2e6f4a99622bfdbfa784bcc900b3be
Author: Kyle Milz <kmilz@ucalgary.ca>
Date:   Fri, 21 Sep 2012 21:48:32 -0600

proxy: be more verbose on fail.

Diffstat:
Mcommands.c | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/commands.c b/commands.c @@ -1184,6 +1184,9 @@ proxy(const Arg *arg, void *data) free(new); } + else { + printf("HTTP_PROXY not set.\n"); + } } elm_web_reload(ad->current_web);