gnus-message

gnus-message is a compiled Lisp function in `gnus-util.el'.

(gnus-message LEVEL &rest ARGS)

If LEVEL is lower than `gnus-verbose' print ARGS using `message'.

Guideline for numbers:
1 - error messages, 3 - non-serious error messages, 5 - messages for things
that take a long time, 7 - not very important messages on stuff, 9 - messages
inside loops.