[asterisk-commits] mmichelson: branch group/v6-new r274538 - /team/group/v6-new/main/acl.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Jul 7 10:35:48 CDT 2010


Author: mmichelson
Date: Wed Jul  7 10:35:44 2010
New Revision: 274538

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=274538
Log:
Change a LOG_DEBUG message to use ast_debug().


Modified:
    team/group/v6-new/main/acl.c

Modified: team/group/v6-new/main/acl.c
URL: http://svnview.digium.com/svn/asterisk/team/group/v6-new/main/acl.c?view=diff&rev=274538&r1=274537&r2=274538
==============================================================================
--- team/group/v6-new/main/acl.c (original)
+++ team/group/v6-new/main/acl.c Wed Jul  7 10:35:44 2010
@@ -383,7 +383,7 @@
 	addrs_cnt = ast_sockaddr_resolve(&addrs, name, flag, family);
 	if (addrs_cnt > 0) {
 		if (addrs_cnt > 1) {
-			ast_log(LOG_DEBUG, "Multiple addresses. Using the first only\n");
+			ast_debug(1, "Multiple addresses. Using the first only\n");
 		}
 		ast_sockaddr_copy(addr, &addrs[0]);
 		ast_free(addrs);




More information about the asterisk-commits mailing list