Skip to content
Snippets Groups Projects
Commit f9e79de7 authored by rswindell's avatar rswindell
Browse files

Log timed-event last run debug information.

parent 601d2f2c
No related branches found
No related tags found
No related merge requests found
......@@ -1953,6 +1953,10 @@ void event_thread(void* arg)
|| sbbs->cfg.event[i]->node>last_node) {
eprintf(LOG_INFO,"Waiting for node %d to run timed event: %s"
,sbbs->cfg.event[i]->node,sbbs->cfg.event[i]->code);
eprintf(LOG_DEBUG,"%s event last run: %s (0x%lx)"
,sbbs->cfg.event[i]->code
,timestr(&sbbs->cfg, &sbbs->cfg.event[i]->last, str)
,sbbs->cfg.event[i]->last);
lastnodechk=0; /* really last event time check */
start=time(NULL);
while(!sbbs->terminated) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment