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

Author: Jan Janak <j...@ryngle.com>
Committer: Jan Janak <j...@ryngle.com>
Date:   Tue Oct 20 01:20:23 2009 +0200

avp_db: Removes a spurious error message.

---

 modules_s/avp_db/extra_attrs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules_s/avp_db/extra_attrs.c b/modules_s/avp_db/extra_attrs.c
index 19c8f93..0c32def 100644
--- a/modules_s/avp_db/extra_attrs.c
+++ b/modules_s/avp_db/extra_attrs.c
@@ -143,7 +143,7 @@ int declare_attr_group(modparam_t type, char* _param)
                return -1;
        }
        param = *((str*)_param);
-       ERR("group def: %.*s\n", param.len, param.s);
+    DBG("group def: %.*s\n", param.len, param.s);
        
        rt = pkg_malloc(param.len + sizeof(*rt) + 1);
        if (!rt) {


_______________________________________________
sr-dev mailing list
sr-dev@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to