<p>In modules/drouting/drouting.c:</p>
<pre style='color:#555'>&gt; +
&gt; +static struct mi_root* mi_dr_test_number(struct mi_root *cmd_tree, void *param)
&gt; +{
&gt; +    struct mi_node *node = cmd_tree-&gt;node.kids;
&gt; +    struct head_db *partition;
&gt; +    str s;
&gt; +    int grp_id;
&gt; +    rt_info_t *route;
&gt; +
&gt; +    if (node == NULL)
&gt; +        return init_mi_tree(400, MI_MISSING_PARM_S, MI_MISSING_PARM_LEN);
&gt; +
&gt; +    if (use_db_config) {
&gt; +        s = node-&gt;value;
&gt; +        if((partition = get_partition(&amp;s)) == NULL) {
&gt; +            LM_CRIT(&quot;Partition &lt;%.*s&gt; was not found.\n&quot;, s.len, s.s);
</pre>
<p>I don't think we should have a CRIT message here. Nothing critical happens if the partition is not found. Probably a WARNING would be more suitable.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br>Reply to this email directly or <a href="https://github.com/OpenSIPS/opensips/pull/293/files#r16039847">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/5479561__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcyMzM2MDM1MCwiZGF0YSI6eyJpZCI6MzkyMDI5OTB9fQ==--11295b6104189843b9ab95a657a1d93a08b45da7.gif" width="1" /></p>