Skip to content

Commit

Permalink
ims_qos: remove not needed function name prefix from log message (rel…
Browse files Browse the repository at this point in the history
…ated to GH #3503)
  • Loading branch information
henningw committed Jul 5, 2023
1 parent 2dbaa72 commit 498e9f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/ims_qos/rx_aar.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ void async_aar_callback(
counter_inc(ims_qos_cnts_h.successful_media_aars);

if(!aaa->sessionId) {
LM_ERR("async_aar_callback: NULL AAA sessionId from PCRF!\n");
LM_ERR("NULL AAA sessionId from PCRF!\n");
goto error;
}

Expand Down Expand Up @@ -316,7 +316,7 @@ void async_aar_reg_callback(
}

if(!aaa->sessionId) {
LM_ERR("async_aar_reg_callback: NULL AAA sessionId from PCRF!\n");
LM_ERR("NULL AAA sessionId from PCRF!\n");
goto error;
}

Expand Down

0 comments on commit 498e9f7

Please sign in to comment.