[Pkg-voip-commits] r9418 - /asterisk/branches/lenny-security/debian/patches/AST-2011-013

tzafrir at alioth.debian.org tzafrir at alioth.debian.org
Sun Dec 18 20:54:41 UTC 2011


Author: tzafrir
Date: Sun Dec 18 20:54:41 2011
New Revision: 9418

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9418
Log:
Tweak text in warning.

Modified:
    asterisk/branches/lenny-security/debian/patches/AST-2011-013

Modified: asterisk/branches/lenny-security/debian/patches/AST-2011-013
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/branches/lenny-security/debian/patches/AST-2011-013?rev=9418&op=diff
==============================================================================
--- asterisk/branches/lenny-security/debian/patches/AST-2011-013 (original)
+++ asterisk/branches/lenny-security/debian/patches/AST-2011-013 Sun Dec 18 20:54:41 2011
@@ -75,7 +75,7 @@
 +	int global_nat, specific_nat;
 +
 +	if (reason == CHANNEL_MODULE_LOAD && (specific_nat = ast_test_flag(&flags[0], SIP_NAT)) != (global_nat = ast_test_flag(&global_flags[0], SIP_NAT))) {
-+		ast_log(LOG_WARNING, "sip.conf: Different 'nat' settings between [general] and section %s. See /usr/share/doc/asterisk/README.Debian.gz (global='%s' peer/user='%s')\n",
++		ast_log(LOG_WARNING, "sip.conf: Different 'nat' settings between [general] and section [%s]. See /usr/share/doc/asterisk/README.Debian.gz (global='%s' peer/user='%s')\n",
 +				cat, nat2str(global_nat), nat2str(specific_nat));
 +	}
 +}




More information about the Pkg-voip-commits mailing list