diff options
| author | Hellmuth Michaelis <hm@FreeBSD.org> | 2001-05-03 15:18:50 +0000 |
|---|---|---|
| committer | Hellmuth Michaelis <hm@FreeBSD.org> | 2001-05-03 15:18:50 +0000 |
| commit | 96fc25ff5ebcf760b84ee81ad4bdcfa035556b7c (patch) | |
| tree | 335237e2163458df6f55ff3ffac1af1c49747886 | |
| parent | 1d7f7b7a7a29269787160c198eaa660051a8524e (diff) | |
Notes
| -rw-r--r-- | usr.sbin/i4b/isdnd/support.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/i4b/isdnd/support.c b/usr.sbin/i4b/isdnd/support.c index 8f69480c2220..b078b0d60756 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; } |
