From e883a0593667b94cabdbb12773f5c52b46c3aeba Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Tue, 2 Sep 2008 19:02:55 -0400 Subject: checking a keyserver should warn at level INFO, since it is a potential information leak. --- src/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common') diff --git a/src/common b/src/common index c70ba64..7768335 100644 --- a/src/common +++ b/src/common @@ -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" \ -- cgit v1.2.3