mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
libtriple: improve lt_debug
* add current instance
* shorten lt_debug messages
Origin commit data
------------------
Branch: master
Commit: dc5a44a365
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-10-02 (Sun, 02 Oct 2011)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -17,8 +17,8 @@ extern "C" {
|
||||
}
|
||||
|
||||
#include "lt_debug.h"
|
||||
#define lt_debug(args...) _lt_debug(TRIPLE_DEBUG_INIT, args)
|
||||
#define lt_info(args...) _lt_info(TRIPLE_DEBUG_INIT, args)
|
||||
#define lt_debug(args...) _lt_debug(TRIPLE_DEBUG_INIT, NULL, args)
|
||||
#define lt_info(args...) _lt_info(TRIPLE_DEBUG_INIT, NULL, args)
|
||||
|
||||
static bool initialized = false;
|
||||
|
||||
|
Reference in New Issue
Block a user