Loglevel is a bitmask everywhere except in lqr.c.

Reviewed by:	Atsushi Murai <amurai@spec.co.jp>
Submitted by:	John Capo <jc@irbs.com>
This commit is contained in:
amurai 1995-04-17 04:21:35 +00:00
parent 4ca8086c55
commit 600e3f2934

View File

@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
* $Id:$
* $Id: lqr.c,v 1.2 1995/02/26 12:17:39 amurai Exp $
*
* o LQR based on RFC1333
*
@ -234,7 +234,7 @@ LqrDump(message, lqr)
char *message;
struct lqrdata *lqr;
{
if (loglevel >= LOG_LQM) {
if (loglevel & (1 << LOG_LQM)) {
LogTimeStamp();
logprintf("%s:\n", message);
LogTimeStamp();