Module: sip-router
Branch: master
Commit: 0a56f3b4c08236265dc66965e61d1a36a7594b36
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0a56f3b…
Author: Alexandr Dubovikov <alexandr.dubovikov(a)gmail.com>
Committer: Alexandr Dubovikov <alexandr.dubovikov(a)gmail.com>
Date: Tue Feb 12 10:44:46 2013 +0100
modules:sipcapture fixed LM_ERR. Sorry :-(
---
modules/sipcapture/hep.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/modules/sipcapture/hep.c b/modules/sipcapture/hep.c
index f3e95c9..a5162c7 100644
--- a/modules/sipcapture/hep.c
+++ b/modules/sipcapture/hep.c
@@ -53,8 +53,6 @@ int hep_msg_received(void *data)
unsigned *len;
struct receive_info *ri;
- LOG(L_ERR, "sipcapture:hep_msg_received HEP is not enabled\n");
-
if(!hep_capture_on) {
LOG(L_ERR, "sipcapture:hep_msg_received HEP is not
enabled\n");
return -1;