Module: kamailio
Branch: master
Commit: 280c6cd0fac7be75dede54c8e4a96ccf03312371
URL:
https://github.com/kamailio/kamailio/commit/280c6cd0fac7be75dede54c8e4a96cc…
Author: S-P Chan <shihping.chan(a)gmail.com>
Committer: S-P Chan <shihping.chan(a)gmail.com>
Date: 2024-07-30T07:39:57+08:00
tls_wolfssl: Makefile logging: reduce to info level
---
Modified: src/modules/tls_wolfssl/Makefile
---
Diff:
https://github.com/kamailio/kamailio/commit/280c6cd0fac7be75dede54c8e4a96cc…
Patch:
https://github.com/kamailio/kamailio/commit/280c6cd0fac7be75dede54c8e4a96cc…
---
diff --git a/src/modules/tls_wolfssl/Makefile b/src/modules/tls_wolfssl/Makefile
index dda5ad4779e..e327def77c1 100644
--- a/src/modules/tls_wolfssl/Makefile
+++ b/src/modules/tls_wolfssl/Makefile
@@ -62,4 +62,4 @@ clean-all: clean-wolfssl clean-module
.PHONY: clean-wolfssl clean-module clean-all
# debugging for dependency on lib/wolfssl
-$(warning sources = $(sources), auto_gen = $(auto_gen), objs = $(objs))
+$(info sources = $(sources), auto_gen = $(auto_gen), objs = $(objs))