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:
Kevin P. Fleming
2009-04-10 15:11:16 +00:00
parent b0cfe6e1f2
commit 2f048030bd
4 changed files with 4 additions and 24 deletions

View File

@@ -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