diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-02 19:02:55 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-02 19:02:55 -0400 |
commit | e883a0593667b94cabdbb12773f5c52b46c3aeba (patch) | |
tree | 369dfd6b8125939b0b265adf05709d146b260fcf /src | |
parent | 19a3c7a4398b9dc38cdadc929466384d476e4e1f (diff) |
checking a keyserver should warn at level INFO, since it is a potential information leak.
Diffstat (limited to 'src')
-rw-r--r-- | src/common | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -413,7 +413,7 @@ gpg_fetch_userid() { userID="$1" - log verbose " checking keyserver $KEYSERVER... " + log info " checking keyserver $KEYSERVER... " echo 1,2,3,4,5 | \ gpg --quiet --batch --with-colons \ --command-fd 0 --keyserver "$KEYSERVER" \ |