<p>N A has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/19305">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">res_pjsip_geolocation: Change some notices to debugs.<br><br>If geolocation is not in use for an endpoint, the NOTICE<br>log level is currently spammed with messages about this,<br>even though nothing is wrong and these messages provide<br>no real value. These log messages are therefore changed<br>to debugs.<br><br>ASTERISK-30241 #close<br><br>Change-Id: I656b355d812f67cc0f0fdf09b00b0e1458598bb4<br>---<br>M res/res_pjsip_geolocation.c<br>1 file changed, 19 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/05/19305/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/res/res_pjsip_geolocation.c b/res/res_pjsip_geolocation.c</span><br><span>index d0e8d46..cc89583 100644</span><br><span>--- a/res/res_pjsip_geolocation.c</span><br><span>+++ b/res/res_pjsip_geolocation.c</span><br><span>@@ -191,7 +191,7 @@</span><br><span>                             "Done.\n", session_name,</span><br><span>                           PJSTR_PRINTF_VAR(geoloc_hdr->hvalue));</span><br><span>            } else {</span><br><span style="color: hsl(0, 100%, 40%);">-                        SCOPE_EXIT_LOG_RTN_VALUE(0, LOG_NOTICE, "%s: Endpoint has no geoloc_incoming_call_profile. "</span><br><span style="color: hsl(120, 100%, 40%);">+                        SCOPE_EXIT_LOG_RTN_VALUE(0, LOG_DEBUG, "%s: Endpoint has no geoloc_incoming_call_profile. "</span><br><span>                                "Done.\n", session_name);</span><br><span>          }</span><br><span>    }</span><br><span>@@ -494,7 +494,7 @@</span><br><span>      }</span><br><span> </span><br><span>        if (ast_strlen_zero(endpoint->geoloc_outgoing_call_profile)) {</span><br><span style="color: hsl(0, 100%, 40%);">-                       SCOPE_EXIT_LOG_RTN(LOG_NOTICE, "%s: Endpoint has no geoloc_outgoing_call_profile. "</span><br><span style="color: hsl(120, 100%, 40%);">+                 SCOPE_EXIT_LOG_RTN(LOG_DEBUG, "%s: Endpoint has no geoloc_outgoing_call_profile. "</span><br><span>                                 "Skipping.\n", session_name);</span><br><span>      }</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/19305">change 19305</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/+/19305"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I656b355d812f67cc0f0fdf09b00b0e1458598bb4 </div>
<div style="display:none"> Gerrit-Change-Number: 19305 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: N A <mail@interlinked.x10host.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>