--- trunk/src/map-tool.c 2009/11/03 08:38:23 155 +++ trunk/src/map-tool.c 2009/11/05 08:58:28 161 @@ -55,7 +55,7 @@ /* use environment settings if preset */ const char *proxy = g_getenv("http_proxy"); if(proxy) { - printf("http_proxy: %s\n", proxy); + printf("map http proxy from env: %s\n", proxy); return proxy; } @@ -76,6 +76,7 @@ snprintf(proxy_buffer, sizeof(proxy_buffer), "http://%s:%u", host, port); + printf("map http proxy from gconf: %s\n ", proxy_buffer); g_free(host); }