Skip to content

Commit

Permalink
Merge pull request #2914 from MayamaTakeshi/reg_lookup_log_correction
Browse files Browse the repository at this point in the history
Corrected 'getting contacts' log

(cherry picked from commit 9be68bf)
  • Loading branch information
bogdan-iancu committed Oct 27, 2022
1 parent 4dcb308 commit d28001a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/reg/lookup.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ lookup_rc lookup(struct sip_msg *req, udomain_t *d, str *sflags, str *aor_uri,

aor_uri = &branch_uris[idx];
LM_DBG("getting contacts from aor [%.*s] "
"in branch %d\n", aor.len, aor.s, idx);
"in branch %d\n", aor_uri->len, aor_uri->s, idx);

if (extract_aor(aor_uri, &aor, NULL, &call_id, reg_use_domain) < 0) {
LM_ERR("failed to extract address of record for branch uri\n");
Expand Down

0 comments on commit d28001a

Please sign in to comment.