From b0d2e04ad52c8741b5783fd6bfc49d87ad69f16b Mon Sep 17 00:00:00 2001 From: Frankenstone Date: Wed, 26 Dec 2018 16:44:45 +0100 Subject: [PATCH] fix commit 8488dfa9c Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/9017322e21fecf5b90ff8163af47fef206228644 Author: Frankenstone Date: 2018-12-26 (Wed, 26 Dec 2018) ------------------ 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;