checking a keyserver should warn at level INFO, since it is a potential information...
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Tue, 2 Sep 2008 23:02:55 +0000 (19:02 -0400)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Tue, 2 Sep 2008 23:02:55 +0000 (19:02 -0400)
debian/changelog
src/common

index 92c56ea25d1d9fbfa42f0c3cf28ea8ddae3c812c..efb4a9c0f7ccacf1f34bc9d593496af511b8011f 100644 (file)
@@ -1,8 +1,12 @@
 monkeysphere (0.12-1) UNRELEASED; urgency=low
 
+  [ Jameson Graef Rollins ]
   * Improved output handling.  New LOG_LEVEL variable.
+  
+  [ Daniel Kahn Gillmor ]
   * debian/control: switched Homepage: and Vcs-Git: to canonicalized
     upstream hostnames.
+  * updated documentation for new release.
 
  -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Tue, 02 Sep 2008 18:54:29 -0400
 
index c70ba64593994959667bdaf23e1bfb0b79ab5db0..7768335082be95af78567a26983897e38a6229f1 100644 (file)
@@ -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" \