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

Jan Janak jan at ryngle.com
Tue Oct 20 01:22:13 CEST 2009


Module: sip-router
Branch: sr_3.0
Commit: 8f89b759d87ab90c94959152969fe4701e915f48
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8f89b759d87ab90c94959152969fe4701e915f48

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