mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
neutrino: remove newline from debug message
This commit is contained in:
@@ -834,11 +834,11 @@ int ShowMsg2UTF( const char * const Title,
|
||||
int mode = CMsgBox::SCROLL |
|
||||
CMsgBox::TITLE |
|
||||
CMsgBox::FOOT |
|
||||
CMsgBox::BORDER;// |
|
||||
CMsgBox::BORDER |
|
||||
CMsgBox::AUTO_HIGH;
|
||||
//CMsgBox::NO_AUTO_LINEBREAK |
|
||||
//CMsgBox::CENTER |
|
||||
//CMsgBox::AUTO_WIDTH |
|
||||
//CMsgBox::AUTO_HIGH;
|
||||
CBox position ( g_settings.screen_StartX+30,
|
||||
g_settings.screen_StartY+30,
|
||||
g_settings.screen_EndX - g_settings.screen_StartX-60,
|
||||
|
@@ -1465,7 +1465,7 @@ void CNeutrinoApp::SetChannelMode(int newmode)
|
||||
INFO("newmode %d sort old %d new %d", newmode, sortmode[newmode], g_settings.channellist_sort_mode);
|
||||
if(newmode != LIST_MODE_FAV && sortmode[newmode] != g_settings.channellist_sort_mode && g_settings.channellist_sort_mode < CChannelList::SORT_MAX) {
|
||||
sortmode[newmode] = g_settings.channellist_sort_mode;
|
||||
INFO("sorting, mode %d, %d bouquets\n", g_settings.channellist_sort_mode, (int)bouquetList->Bouquets.size());
|
||||
INFO("sorting, mode %d, %d bouquets", g_settings.channellist_sort_mode, (int)bouquetList->Bouquets.size());
|
||||
for (uint32_t i = 0; i < bouquetList->Bouquets.size(); i++) {
|
||||
if(g_settings.channellist_sort_mode == CChannelList::SORT_ALPHA)
|
||||
bouquetList->Bouquets[i]->channelList->SortAlpha();
|
||||
|
Reference in New Issue
Block a user