diff --git a/include/asterisk/sched.h b/include/asterisk/sched.h index cd65a68876..28a14b8473 100644 --- a/include/asterisk/sched.h +++ b/include/asterisk/sched.h @@ -42,7 +42,7 @@ extern "C" { usleep(1); \ } \ if (_count == 10) \ - ast_log(LOG_WARNING, "Unable to cancel schedule ID %d. This is probably a bug (%s: %s, line %d).\n", id, __FILE__, __PRETTY_FUNCTION__, __LINE__); \ + ast_log(LOG_DEBUG, "Unable to cancel schedule ID %d. This is probably a bug (%s: %s, line %d).\n", id, __FILE__, __PRETTY_FUNCTION__, __LINE__); \ id = -1; \ } while (0);