mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
CRecordManager: revert warn message for stream overflow
It's an error not a warning!
Origin commit data
------------------
Branch: ni/coolstream
Commit: 721f85deba
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-02-01 (Wed, 01 Feb 2017)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1325,7 +1325,7 @@ int CRecordManager::handleMsg(const neutrino_msg_t msg, neutrino_msg_data_t data
|
||||
if ((have_err & REC_STATUS_OVERFLOW) && error_display) {
|
||||
error_display = false;
|
||||
warn_display = false;
|
||||
ShowHint(LOCALE_MESSAGEBOX_INFO, LOCALE_STREAMING_OVERFLOW, 700, 60, NEUTRINO_ICON_ERROR, NULL, CComponentsHeader::CC_BTN_EXIT);
|
||||
DisplayErrorMessage(g_Locale->getText(LOCALE_STREAMING_OVERFLOW));
|
||||
} else if (g_settings.recording_slow_warning && warn_display) {
|
||||
warn_display = false;
|
||||
ShowHint(LOCALE_MESSAGEBOX_INFO, LOCALE_STREAMING_SLOW, 700, 60, NEUTRINO_ICON_ERROR, NULL, CComponentsHeader::CC_BTN_EXIT);
|
||||
|
Reference in New Issue
Block a user