소스 검색

modules:sipcapture fixed LM_ERR. Sorry :-(

Alexandr Dubovikov 12 년 전
부모
커밋
0a56f3b4c0
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      modules/sipcapture/hep.c

+ 0 - 2
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;