summaryrefslogtreecommitdiffstats
path: root/usr.sbin/i4b
diff options
context:
space:
mode:
authorhm <hm@FreeBSD.org>2001-05-03 15:18:50 +0000
committerhm <hm@FreeBSD.org>2001-05-03 15:18:50 +0000
commitd7b11c99fc99c4b8a79d95f29ec61a701a8956f2 (patch)
tree48c13508bb3b2ee6df6c2d551787fa9abcf365d6 /usr.sbin/i4b
parent9490c25e16c461f95ec6b543e3470eedb18d95dd (diff)
downloadFreeBSD-src-d7b11c99fc99c4b8a79d95f29ec61a701a8956f2.zip
FreeBSD-src-d7b11c99fc99c4b8a79d95f29ec61a701a8956f2.tar.gz
make isdnd less verbose while calculating times: fix another message to be
logged at DL_VALID instead at DL_MSG.
Diffstat (limited to 'usr.sbin/i4b')
-rw-r--r--usr.sbin/i4b/isdnd/support.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/i4b/isdnd/support.c b/usr.sbin/i4b/isdnd/support.c
index 8f69480..b078b0d 100644
--- a/usr.sbin/i4b/isdnd/support.c
+++ b/usr.sbin/i4b/isdnd/support.c
@@ -29,7 +29,7 @@
*
* $FreeBSD$
*
- * last edit-date: [Wed May 2 09:36:02 2001]
+ * last edit-date: [Thu May 3 17:15:00 2001]
*
*---------------------------------------------------------------------------*/
@@ -60,7 +60,7 @@ find_active_entry_by_driver(int drivertype, int driverunit)
if(isvalidtime(cep) == 0)
{
- DBGL(DL_MSG, (log(LL_DBG, "find_active_entry_by_driver: entry %d, time not valid!", i)));
+ DBGL(DL_VALID, (log(LL_DBG, "find_active_entry_by_driver: entry %d, time not valid!", i)));
continue;
}
OpenPOWER on IntegriCloud