fix rename lt_debug => hal_debug

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

Origin message was:
------------------
- fix rename lt_debug => hal_debug

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

------------------
This commit was generated by Migit
This commit is contained in:
max_10
2018-12-26 16:45:06 +01:00
parent 6dc9ea02fb
commit eb20719aad

View File

@@ -38,7 +38,7 @@ void _hal_info(int facility, const void *func, const char *fmt, ...)
void _hal_debug(int facility, const void *func, const char *fmt, ...)
{
if (debuglevel < 0)
fprintf(stderr, "lt_debug: debuglevel not initialized!\n");
fprintf(stderr, "hal_debug: debuglevel not initialized!\n");
if (! ((1 << facility) & debuglevel))
return;