mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
Merge branch 'master' of https://github.com/TangoCash/libstb-hal-tangos
Origin commit data
------------------
Branch: master
Commit: f41beef35e
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-26 (Wed, 26 Dec 2018)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -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, ...)
|
void _hal_debug(int facility, const void *func, const char *fmt, ...)
|
||||||
{
|
{
|
||||||
if (debuglevel < 0)
|
if (debuglevel < 0)
|
||||||
fprintf(stderr, "lt_debug: debuglevel not initialized!\n");
|
fprintf(stderr, "hal_debug: debuglevel not initialized!\n");
|
||||||
|
|
||||||
if (! ((1 << facility) & debuglevel))
|
if (! ((1 << facility) & debuglevel))
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user