From 154003129dfb83b2e8872f0f2b7a1a455cf10c3e Mon Sep 17 00:00:00 2001 From: vanhofen Date: Mon, 18 Oct 2021 22:30:57 +0200 Subject: [PATCH] videosettings: small changes to debug output Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/cf29956548b53459b6fa919eca56959885462872 Author: vanhofen Date: 2021-10-18 (Mon, 18 Oct 2021) Origin message was: ------------------ - videosettings: small changes to debug output ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/videosettings.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gui/videosettings.cpp b/src/gui/videosettings.cpp index b53515602..a58654682 100644 --- a/src/gui/videosettings.cpp +++ b/src/gui/videosettings.cpp @@ -642,7 +642,7 @@ void CVideoSettings::setVideoSettings() void CVideoSettings::setupVideoSystem(bool do_ask) { - dprintf(DEBUG_NORMAL, "[CVideoSettings] [%s - %d], setup videosystem...\n", __func__, __LINE__); + dprintf(DEBUG_NORMAL, "[CVideoSettings] [%s - %d], setup video system...\n", __func__, __LINE__); COsdHelpers::getInstance()->setVideoSystem(g_settings.video_Mode); //FIXME COsdHelpers::getInstance()->changeOsdResolution(0, true, false); @@ -750,7 +750,7 @@ bool CVideoSettings::changeNotify(const neutrino_locale_t OptionName, void * /* void CVideoSettings::next43Mode(void) { - dprintf(DEBUG_NORMAL, "[CVideoSettings] [%s - %d], setting 43Mode...", __func__, __LINE__); + dprintf(DEBUG_NORMAL, "[CVideoSettings] [%s - %d], setting 4:3 mode...", __func__, __LINE__); neutrino_locale_t text; unsigned int curmode = 0; @@ -776,7 +776,7 @@ void CVideoSettings::next43Mode(void) void CVideoSettings::SwitchFormat() { - dprintf(DEBUG_NORMAL, "[CVideoSettings] [%s - %d], setting videoformat...\n", __func__, __LINE__); + dprintf(DEBUG_NORMAL, "[CVideoSettings] [%s - %d], setting video format...\n", __func__, __LINE__); neutrino_locale_t text; int curmode = 0; @@ -804,7 +804,7 @@ void CVideoSettings::SwitchFormat() void CVideoSettings::nextMode(void) { - dprintf(DEBUG_NORMAL, "[CVideoSettings] [%s - %d], setting video Mode...\n", __func__, __LINE__); + dprintf(DEBUG_NORMAL, "[CVideoSettings] [%s - %d], setting video mode...\n", __func__, __LINE__); const char * text; int curmode = 0; int i;