<p>Joshua Colp <strong>submitted</strong> this change.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/13511">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Sean Bright: Looks good to me, but someone else must approve
  Benjamin Keith Ford: Looks good to me, but someone else must approve
  George Joseph: Looks good to me, approved
  Joshua Colp: Approved for Submit

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">app_softhangup.c: Reduce unnecessary warning to verbose message.<br><br>Why log a warning for something your dialplan explicitly asked for?<br><br>Change-Id: I167b90daf4c7d75dd4b7ef94849f6cef05aa43a7<br>---<br>M apps/app_softhangup.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/apps/app_softhangup.c b/apps/app_softhangup.c</span><br><span>index 5c143af..2e3c7fc 100644</span><br><span>--- a/apps/app_softhangup.c</span><br><span>+++ b/apps/app_softhangup.c</span><br><span>@@ -117,7 +117,7 @@</span><br><span>                                 *cut = 0;</span><br><span>            }</span><br><span>            if (!strcasecmp(name, args.channel)) {</span><br><span style="color: hsl(0, 100%, 40%);">-                  ast_log(LOG_WARNING, "Soft hanging %s up.\n", ast_channel_name(c));</span><br><span style="color: hsl(120, 100%, 40%);">+                 ast_verb(4, "Soft hanging %s up.\n", ast_channel_name(c));</span><br><span>                         ast_softhangup(c, AST_SOFTHANGUP_EXPLICIT);</span><br><span>                  if (!ast_test_flag(&flags, OPTION_ALL)) {</span><br><span>                                ast_channel_unlock(c);</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/13511">change 13511</a>. To unsubscribe, or for help writing mail filters, 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/c/asterisk/+/13511"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 16 </div>
<div style="display:none"> Gerrit-Change-Id: I167b90daf4c7d75dd4b7ef94849f6cef05aa43a7 </div>
<div style="display:none"> Gerrit-Change-Number: 13511 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Richard Mudgett <rmudgett@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Benjamin Keith Ford <bford@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Friendly Automation </div>
<div style="display:none"> Gerrit-Reviewer: George Joseph <gjoseph@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Joshua Colp <jcolp@sangoma.com> </div>
<div style="display:none"> Gerrit-Reviewer: Sean Bright <sean.bright@gmail.com> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>