spark: convert the input thread to use lt_debug

Origin commit data
------------------
Branch: master
Commit: e87418f43c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-12 (Sun, 12 Feb 2012)


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

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2012-02-12 20:40:18 +01:00
parent 5c75009d51
commit 4950b2ff31
2 changed files with 16 additions and 12 deletions

View File

@@ -51,7 +51,7 @@ void lt_debug_init(void)
int i = 0;
char *tmp = getenv("HAL_DEBUG");
if (! tmp)
*tmp = getenv("TRIPLE_DEBUG"); /* backwards compatibility... */
tmp = getenv("TRIPLE_DEBUG"); /* backwards compatibility... */
if (! tmp)
debuglevel = 0;
else