aboutsummaryrefslogtreecommitdiffstats
path: root/keyserver/gpgkeys_http.c
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2004-08-23 19:54:40 +0000
committerDavid Shaw <[email protected]>2004-08-23 19:54:40 +0000
commit6c5507fff0514347dc10798cdfccb7e44cffd3ff (patch)
tree20593bca30ff04ed1cab774579fbe8bf2d0fbb17 /keyserver/gpgkeys_http.c
parent* keyserver.c (keyserver_spawn): Show log line for what keyserver action (diff)
downloadgnupg-6c5507fff0514347dc10798cdfccb7e44cffd3ff.tar.gz
gnupg-6c5507fff0514347dc10798cdfccb7e44cffd3ff.zip
* gpgkeys_ldap.c (get_key, search_key), gpgkeys_hkp.c (get_key,
search_key), gpgkeys_http.c (get_key): Do not give informational logs since this is now done inside gpg.
Diffstat (limited to '')
-rw-r--r--keyserver/gpgkeys_http.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/keyserver/gpgkeys_http.c b/keyserver/gpgkeys_http.c
index db98ab0c2..e61351ec8 100644
--- a/keyserver/gpgkeys_http.c
+++ b/keyserver/gpgkeys_http.c
@@ -74,10 +74,6 @@ get_key(char *getkey)
sprintf(request,"http://%s%s%s%s%s",host,port[0]?":":"",
port[0]?port:"",path[0]?"":"/",path);
- if(verbose)
- fprintf(console,"gpgkeys: requesting key 0x%s from http://%s%s%s%s%s\n",
- getkey,host,port[0]?":":"",port[0]?port:"",path[0]?"":"/",path);
-
rc=http_open_document(&hd,request,http_flags,proxy[0]?proxy:NULL);
if(rc!=0)
{