From f2314e1dddcb5112cc9e4d2ce815e8511fc4a437 Mon Sep 17 00:00:00 2001 From: TangoCash Date: Mon, 8 Oct 2018 16:27:52 +0200 Subject: [PATCH] libarmbox: hdmi_cec typo Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/9bf2bce32e9e772047d7e6fc5df6080ffb7dbfe3 Author: TangoCash Date: 2018-10-08 (Mon, 08 Oct 2018) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- libarmbox/hdmi_cec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libarmbox/hdmi_cec.cpp b/libarmbox/hdmi_cec.cpp index ef279f3..cc4db35 100644 --- a/libarmbox/hdmi_cec.cpp +++ b/libarmbox/hdmi_cec.cpp @@ -85,7 +85,7 @@ hdmi_cec* hdmi_cec::getInstance() if (hdmi_cec_instance == NULL) { hdmi_cec_instance = new hdmi_cec(); - lt_debug("[CEC] new instance created \n"); + lt_debug_c("[CEC] new instance created \n"); } return hdmi_cec_instance; }