mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-11 20:38:45 +00:00
revert addition of LOG_SECURITY log channel; after further discussion, a much better solution will be used
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@187636 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -189,18 +189,7 @@ void ast_console_toggle_loglevel(int fd, int level, int state);
|
||||
#endif
|
||||
#define AST_LOG_DTMF __LOG_DTMF, _A_
|
||||
|
||||
#ifdef LOG_SECURITY
|
||||
#undef LOG_SECURITY
|
||||
#endif
|
||||
#define __LOG_SECURITY 7
|
||||
#define LOG_SECURITY __LOG_SECURITY, _A_
|
||||
|
||||
#ifdef AST_LOG_SECURITY
|
||||
#undef AST_LOG_SECURITY
|
||||
#endif
|
||||
#define AST_LOG_SECURITY __LOG_SECURITY, _A_
|
||||
|
||||
#define NUMLOGLEVELS 7
|
||||
#define NUMLOGLEVELS 6
|
||||
|
||||
/*!
|
||||
* \brief Get the debug level for a file
|
||||
|
||||
Reference in New Issue
Block a user