move timer debug messages to level 10, as its too verbose now
This commit is contained in:
parent
1bd434b200
commit
49283a096a
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ static void run_mod_timers( int ismidnight )
|
|||
}
|
||||
if( setjmp( sigvbuf ) == 0 )
|
||||
{
|
||||
dlog( DEBUG3, "run_mod_timers: Running timer %s for module %s", timer->name, timer->moduleptr->info->name );
|
||||
dlog( DEBUG10, "run_mod_timers: Running timer %s for module %s", timer->name, timer->moduleptr->info->name );
|
||||
SET_RUN_LEVEL( timer->moduleptr );
|
||||
if( timer->handler( timer->userptr ) < 0 )
|
||||
{
|
||||
|
|
Reference in a new issue