mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-30 10:33:13 +00:00
Change log notice to debug. It is possible for a scheduled item to execute and be deleted at close to the same time and unavoidable. If this happens this message creeps up.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@56457 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -280,7 +280,8 @@ int ast_sched_del(struct sched_context *con, int id)
|
|||||||
ast_mutex_unlock(&con->lock);
|
ast_mutex_unlock(&con->lock);
|
||||||
|
|
||||||
if (!s) {
|
if (!s) {
|
||||||
ast_log(LOG_NOTICE, "Attempted to delete nonexistent schedule entry %d!\n", id);
|
if (option_debug)
|
||||||
|
ast_log(LOG_DEBUG, "Attempted to delete nonexistent schedule entry %d!\n", id);
|
||||||
#ifdef DO_CRASH
|
#ifdef DO_CRASH
|
||||||
CRASH;
|
CRASH;
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user