[sr-dev] git:master: avp_db: Removes a spurious error message.

Jan Janak jan at ryngle.com
Tue Oct 20 01:21:16 CEST 2009


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 <jan at ryngle.com>
Committer: Jan Janak <jan at 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) {




More information about the sr-dev mailing list