Module: kamailio
Branch: master
Commit: 72595fe42d28d3e4a12341b405af63d41f827dc4
URL: 
https://github.com/kamailio/kamailio/commit/72595fe42d28d3e4a12341b405af63d41f827dc4

Author: Henning Westerholt <h...@gilawa.com>
Committer: Henning Westerholt <h...@gilawa.com>
Date: 2024-01-11T10:30:40Z

http_async_client: use error log level (GH #3706)

---

Modified: src/modules/http_async_client/http_async_client_mod.c

---

Diff:  
https://github.com/kamailio/kamailio/commit/72595fe42d28d3e4a12341b405af63d41f827dc4.diff
Patch: 
https://github.com/kamailio/kamailio/commit/72595fe42d28d3e4a12341b405af63d41f827dc4.patch

---

diff --git a/src/modules/http_async_client/http_async_client_mod.c 
b/src/modules/http_async_client/http_async_client_mod.c
index e9f6cb0d26b..983a9e387f1 100644
--- a/src/modules/http_async_client/http_async_client_mod.c
+++ b/src/modules/http_async_client/http_async_client_mod.c
@@ -294,7 +294,7 @@ static int mod_init(void)
        }
 
        if(load_tm_api(&tmb) < 0) {
-               LM_INFO("cannot load the TM-functions - async relay 
disabled\n");
+               LM_ERR("cannot load the TM-functions - async relay disabled\n");
                return -1;
        }
 

_______________________________________________
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org

Reply via email to