Module: sip-router
Branch: master
Commit: a78764174a893131124852490f47239051892139
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a78764174a893131124852490f47239051892139

Author: Daniel-Constantin Mierla <[email protected]>
Committer: Daniel-Constantin Mierla <[email protected]>
Date:   Tue Sep 16 09:27:05 2014 +0200

core: notice message about exports dlflags made debug

- it is anyhow for developers, not admins

---

 sr_module.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sr_module.c b/sr_module.c
index 860acb1..b581635 100644
--- a/sr_module.c
+++ b/sr_module.c
@@ -650,7 +650,7 @@ reload:
                if (new_dlflags!=dlflags && new_dlflags!=DEFAULT_DLFLAGS) {
                        /* we have to reload the module */
                        dlclose(handle);
-                       NOTICE("%s: exports dlflags interface is deprecated and 
it will not"
+                       DEBUG("%s: exports dlflags interface is deprecated and 
it will not"
                                        " be supported in newer versions; 
consider using"
                                        " mod_register() instead\n", path);
                        dlflags=new_dlflags;


_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to