menue: fix format warning 'too many arguments'

Origin commit data
------------------
Branch: ni/coolstream
Commit: 92abb85a9d
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-12-21 (Mon, 21 Dec 2015)

Origin message was:
------------------
- menue: fix format warning 'too many arguments'

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2015-12-21 23:41:09 +01:00
committed by Michael Liebmann
parent 19a054cf59
commit 52af84fc14

View File

@@ -123,7 +123,7 @@ bool CMenuItem::initModeCondition(const int& stb_mode)
parent_widget->initSelectable();
return true;
}
printf("\033[33m[CMenuItem] [%s - %d] missmatching stb mode condition \033[0m\n", __func__, __LINE__, stb_mode);
printf("\033[33m[CMenuItem] [%s - %d] missmatching stb mode condition %d\033[0m\n", __func__, __LINE__, stb_mode);
return false;
}