mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Remove rarely-used event_log/LOG_EVENT support
In discussions today at the Europe Asterisk Developer Meet-Up, we determined that the event_log was used in only 9 places in the entire tree, and really was not needed at all. The users have been converted to use LOG_NOTICE, or the messages have been removed since other messages were already in place that provided the same information. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@191785 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -123,17 +123,6 @@ void ast_console_toggle_loglevel(int fd, int level, int state);
|
||||
#endif
|
||||
#define AST_LOG_DEBUG __LOG_DEBUG, _A_
|
||||
|
||||
#ifdef LOG_EVENT
|
||||
#undef LOG_EVENT
|
||||
#endif
|
||||
#define __LOG_EVENT 1
|
||||
#define LOG_EVENT __LOG_EVENT, _A_
|
||||
|
||||
#ifdef AST_LOG_EVENT
|
||||
#undef AST_LOG_EVENT
|
||||
#endif
|
||||
#define AST_LOG_EVENT __LOG_EVENT, _A_
|
||||
|
||||
#ifdef LOG_NOTICE
|
||||
#undef LOG_NOTICE
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user