From eb20719aad4adc98f0f0ea48a5ba281f85c0896b Mon Sep 17 00:00:00 2001 From: max_10 Date: Wed, 26 Dec 2018 16:45:06 +0100 Subject: [PATCH] fix rename lt_debug => hal_debug Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/baa489a0b248b7d75263f641c8ab88f6084ac629 Author: max_10 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 --- common/hal_debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/hal_debug.cpp b/common/hal_debug.cpp index 7254f85..a20de2e 100644 --- a/common/hal_debug.cpp +++ b/common/hal_debug.cpp @@ -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;