Silence Gnus compilation a bit
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 1 Feb 2012 21:04:04 +0000 (22:04 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 1 Feb 2012 21:04:04 +0000 (22:04 +0100)
* gnus-registry.el (gnus-registry-fixup-registry): Move the message to
a higher level to silence compilation.

lisp/ChangeLog
lisp/gnus-registry.el

index dfc2fd0..669410e 100644 (file)
@@ -1,5 +1,8 @@
 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
 
+       * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
+       a higher level to silence compilation.
+
        * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
        parameter to allow controlling the scaling.
 
index 9df6dc4..eac4ed7 100644 (file)
@@ -265,7 +265,7 @@ the Bit Bucket."
             (append gnus-registry-track-extra
                     '(mark group keyword)))
       (when (not (equal old (oref db :tracked)))
-        (gnus-message 4 "Reindexing the Gnus registry (tracked change)")
+        (gnus-message 9 "Reindexing the Gnus registry (tracked change)")
         (registry-reindex db))))
   db)