Module: sip-router
Branch: master
Commit: a78764174a893131124852490f47239051892139
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a787641…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
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;