X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2Fgnus-start.el;h=974936e58d32dafb296ad495225d05e77860085b;hp=0159fb7958f2e9d37b576f475e6308161d09bce1;hb=754a007c9c67f3506008dab6e7e8943eb51848f2;hpb=c8279f0b19fb4eba0540f1f0f2cbf5be350d2829 diff --git a/lisp/gnus-start.el b/lisp/gnus-start.el index 0159fb795..974936e58 100644 --- a/lisp/gnus-start.el +++ b/lisp/gnus-start.el @@ -1076,9 +1076,10 @@ for new groups." hashtb)) (when new-newsgroups (gnus-subscribe-hierarchical-interactive new-newsgroups))) - (when (> groups 0) - (gnus-message 6 "%d new newsgroup%s arrived." - groups (if (> groups 1) "s have" " has"))) + (if (> groups 0) + (gnus-message 5 "%d new newsgroup%s arrived" + groups (if (> groups 1) "s have" " has")) + (gnus-message 5 "No new newsgroups")) (when got-new (setq gnus-newsrc-last-checked-date new-date)) got-new))