Skip to content

Commit 924474d

Browse files
committed
Merge branch '3.4-genesys' into TELECOM-11229
2 parents 6a3bf14 + ab82322 commit 924474d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

modules/tracer/tracer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3287,7 +3287,7 @@ static mi_response_t *sip_trace_mi_dyn(const mi_params_t *params,
32873287
break;
32883288
case TYPE_SIP:
32893289
if (parse_uri(p_uri, uri.len, &elem->elem.el.uri) < 0) {
3290-
LM_ERR("failed to parse the [%.*s] URI\n", uri.len, recat_pii(p_uri));
3290+
LM_ERR("failed to parse the [%.*s] URI\n", uri.len, redact_pii(p_uri));
32913291
goto error;
32923292
}
32933293
break;

modules/usrloc/dlist.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ cdb_pack_ping_data(const str *aor, const cdb_pair_t *contact,
530530
}
531531
if (parse_uri(next_hop_uri.s, next_hop_uri.len, &puri) < 0) {
532532
LM_ERR("failed to parse URI of next hop: '%.*s'\n",
533-
next_hop_uri.len, react_pii(next_hop_uri.s));
533+
next_hop_uri.len, redact_pii(next_hop_uri.s));
534534
goto out_free;
535535
}
536536
}

0 commit comments

Comments
 (0)