Skip to content

Commit

Permalink
uac: do not silently fail on realm lookup error, at least log with INFO
Browse files Browse the repository at this point in the history
(cherry picked from commit b6c10c8)
  • Loading branch information
henningw committed Oct 28, 2020
1 parent 4f00ba4 commit 035e22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/uac/auth.c
Expand Up @@ -447,7 +447,7 @@ int uac_auth_mode(sip_msg_t *msg, int mode)
/* found? */
if (crd==0)
{
LM_DBG("no credential for realm \"%.*s\"\n",
LM_INFO("no credential for realm \"%.*s\"\n",
auth.realm.len, auth.realm.s);
goto error;
}
Expand Down

0 comments on commit 035e22e

Please sign in to comment.