videosettings: small changes to debug output

Origin commit data
------------------
Branch: ni/coolstream
Commit: cf29956548
Author: vanhofen <vanhofen@gmx.de>
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
This commit is contained in:
vanhofen
2021-10-18 22:30:57 +02:00
parent b334d96039
commit 154003129d

View File

@@ -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;
@@ -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;