aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/logger.h
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-26 16:26:39 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-26 16:26:39 +0000
commit9cc9fab87ab18b3ab52b2f7cd8898a5e8c899aae (patch)
treeee960a39c2f300fd1ec08b6cc4e10b950794e2cf /include/asterisk/logger.h
parent7e3435f2f387d483275ee4f4aff2f23399c261b3 (diff)
Bug 5950 - reenable queue log rotation; also, eliminate redundant code
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11165 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/logger.h')
-rw-r--r--include/asterisk/logger.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/logger.h b/include/asterisk/logger.h
index de8268fd3..ac764baa4 100644
--- a/include/asterisk/logger.h
+++ b/include/asterisk/logger.h
@@ -34,6 +34,7 @@ extern "C" {
#endif
#define EVENTLOG "event_log"
+#define QUEUELOG "queue_log"
#define DEBUG_M(a) { \
a; \