1 Remove excessive warnings about timer scheduling.
3 Index: on_firmware/routing/oonf-olsrd2/patches/101_remove_timer_warning.patch
5 +++ on_firmware/routing/oonf-olsrd2/patches/101_remove_timer_warning.patch
7 +--- a/src-plugins/subsystems/oonf_timer.c
8 ++++ b/src-plugins/subsystems/oonf_timer.c
10 + os_clock_gettime64(&end_time);
12 + if (end_time - start_time > OONF_TIMER_SLICE) {
13 +- OONF_WARN(LOG_TIMER, "Timer %s scheduling took %" PRIu64 " ms", timer->class->name, end_time - start_time);
14 ++ OONF_DEBUG(LOG_TIMER, "Timer %s scheduling took %" PRIu64 " ms", timer->class->name, end_time - start_time);