rename lt_debug => hal_debug; it's not only libtriple debugging

Origin commit data
------------------
Branch: master
Commit: 9654cb09bf
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-26 (Wed, 26 Dec 2018)

Origin message was:
------------------
- rename lt_debug => hal_debug; it's not only libtriple debugging

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2018-12-26 00:34:00 +01:00
committed by max_10
parent 824923df57
commit 8488dfa9c4
48 changed files with 1379 additions and 1387 deletions

View File

@@ -17,7 +17,7 @@
#include <queue>
#include "ca_ci.h"
#include "lt_debug.h"
#include "hal_debug.h"
#include <cs_api.h>
#include <hardware_caps.h>
@@ -34,7 +34,7 @@
#define tsb_debug 0
#define wd_debug 0
#define lt_debug(args...) _lt_debug(TRIPLE_DEBUG_CA, this, args)
#define hal_debug(args...) _hal_debug(HAL_DEBUG_CA, this, args)
static const char * FILENAME = "[ca_ci]";
#if HAVE_DUCKBOX_HARDWARE
@@ -477,7 +477,7 @@ void cCA::process_tpdu(eDVBCISlot* slot, unsigned char tpdu_tag, __u8* data, int
bool cCA::SendMessage(const CA_MESSAGE *msg)
{
lt_debug("%s\n", __func__);
hal_debug("%s\n", __func__);
if(cam_messenger)
cam_messenger(EVT_CA_MESSAGE, (uint32_t) msg);
#if z_debug