make isdnd less verbose while calculating times: fix another message to be
logged at DL_VALID instead at DL_MSG.
This commit is contained in:
parent
1d7f7b7a7a
commit
96fc25ff5e
@ -29,7 +29,7 @@
|
|||||||
*
|
*
|
||||||
* $FreeBSD$
|
* $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)
|
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;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user