[asterisk-commits] russell: branch group/security_events r199020 - /team/group/security_events/res/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Jun 4 08:46:35 CDT 2009
Author: russell
Date: Thu Jun 4 08:46:32 2009
New Revision: 199020
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=199020
Log:
tolower()
Modified:
team/group/security_events/res/res_security_log.c
Modified: team/group/security_events/res/res_security_log.c
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/security_events/res/res_security_log.c?view=diff&rev=199020&r1=199019&r2=199020
==============================================================================
--- team/group/security_events/res/res_security_log.c (original)
+++ team/group/security_events/res/res_security_log.c Thu Jun 4 08:46:32 2009
@@ -35,7 +35,7 @@
#include "asterisk/strings.h"
#include "asterisk/security_events.h"
-static const char LOG_SECURITY_NAME[] = "SECURITY";
+static const char LOG_SECURITY_NAME[] = "security";
static int LOG_SECURITY;
More information about the asterisk-commits
mailing list