spark: convert the input thread to use lt_debug

This commit is contained in:
Stefan Seyfried
2012-02-12 20:40:18 +01:00
parent 77fe6d3a4e
commit e87418f43c
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