<p>Corey Farrell has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/7238">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">acl: Update logger message to match 15+.<br><br>This patch causes a logger message to be the same as it is in 15+.  This<br>will allow a follow-up patch to be cherry-picked to all 3 branches.<br><br>Change-Id: Ic0665a3d49987e4eb6df28dcd9e90b1c3ca191e0<br>---<br>M main/acl.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/38/7238/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/main/acl.c b/main/acl.c<br>index 94a242a..d4b3089 100644<br>--- a/main/acl.c<br>+++ b/main/acl.c<br>@@ -479,7 +479,7 @@<br>            AST_LIST_TRAVERSE(working_list, current, list) {<br>                      if (!strcasecmp(current->name, tmp)) { /* ACL= */<br>                          /* Inclusion of the same ACL multiple times isn't a catastrophic error, but it will raise the error flag and skip the entry. */<br>-                          ast_log(LOG_ERROR, "Named ACL '%s' is already included in the ast_acl container.", tmp);<br>+                           ast_log(LOG_ERROR, "Named ACL '%s' occurs multiple times in ACL definition. Please update your ACL configuration.", tmp);<br>                           if (error) {<br>                                  *error = 1;<br>                           }<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/7238">change 7238</a>. To unsubscribe, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/7238"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 13 </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ic0665a3d49987e4eb6df28dcd9e90b1c3ca191e0 </div>
<div style="display:none"> Gerrit-Change-Number: 7238 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Corey Farrell <git@cfware.com> </div>