aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/logger.h
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2009-04-10 15:11:16 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2009-04-10 15:11:16 +0000
commitd011662b1705740a6f2bccdce3e47d626283240a (patch)
tree09d8270b15e2786a1d6abec49594a2376c60075d /include/asterisk/logger.h
parent80028d9c5e10a144a3cee97be7568f87f6f19f68 (diff)
revert addition of LOG_SECURITY log channel; after further discussion, a much better solution will be used
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@187636 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/logger.h')
-rw-r--r--include/asterisk/logger.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/include/asterisk/logger.h b/include/asterisk/logger.h
index 1941accbc..65448cfe4 100644
--- a/include/asterisk/logger.h
+++ b/include/asterisk/logger.h
@@ -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