Module: kamailio
Branch: master
Commit: 498e9f7276459b3f3963544527d9bd2ae5d36e40
URL:
https://github.com/kamailio/kamailio/commit/498e9f7276459b3f3963544527d9bd2…
Author: Henning Westerholt <hw(a)gilawa.com>
Committer: Henning Westerholt <hw(a)gilawa.com>
Date: 2023-07-05T10:08:57Z
ims_qos: remove not needed function name prefix from log message (related to GH #3503)
---
Modified: src/modules/ims_qos/rx_aar.c
---
Diff:
https://github.com/kamailio/kamailio/commit/498e9f7276459b3f3963544527d9bd2…
Patch:
https://github.com/kamailio/kamailio/commit/498e9f7276459b3f3963544527d9bd2…
---
diff --git a/src/modules/ims_qos/rx_aar.c b/src/modules/ims_qos/rx_aar.c
index 8c0fc4e937d..f19e51814ef 100644
--- a/src/modules/ims_qos/rx_aar.c
+++ b/src/modules/ims_qos/rx_aar.c
@@ -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;
}
@@ -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;
}