logging: add quiet global and cleanup logging files
commitc0f313ed72229acdd10db4ce09e7456d7e3fb0a4
authorJon Masters <jcm@jonmasters.org>
Tue, 3 Mar 2009 23:22:09 +0000 (3 18:22 -0500)
committerJon Masters <jcm@jonmasters.org>
Tue, 3 Mar 2009 23:22:09 +0000 (3 18:22 -0500)
tree7cc89f00158397354edd0d29290186972f00aa51
parentd692d6e9727da9ef43cbc3f5340a86ce1f4ac8b0
logging: add quiet global and cleanup logging files

Make a new global called "quiet" to replace the unknown silent that was
being passed around. Strictly speaking, "quiet" is supposed to refer only
to silently failing without warning on module load failure, but the docs
have always (erroneously) said we would also be completely silent. The
tests likewise have always assumed we will say nothing out stderr. So,
I'm just going to start treating quiet as it has been actually used.

This patch should have gone in a previous commit.

Signed-off-by: Jon Masters <jcm@jonmasters.org>
logging.c
logging.h