mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-04 14:43:32 -04:00
Minz_Log::NOTICE instead of DEBUG if failing to update cache of unread articles
300c508d9e
This commit is contained in:
@@ -130,7 +130,7 @@ class FreshRSS_index_Controller extends Minz_ActionController {
|
||||
try {
|
||||
$feedDAO->updateCachedValues();
|
||||
} catch (Exception $ex) {
|
||||
Minz_Log::record ('Failed to automatically correct nbNotRead! ' + $ex->getMessage(), Minz_Log::DEBUG);
|
||||
Minz_Log::record ('Failed to automatically correct nbNotRead! ' + $ex->getMessage(), Minz_Log::NOTICE);
|
||||
}
|
||||
$this->view->state = FreshRSS_Entry::STATE_ALL;
|
||||
$entries = $entryDAO->listWhere($getType, $getId, $this->view->state, $order, $nb, $first, $filter, $date_min, true, $keepHistoryDefault);
|
||||
|
||||
Reference in New Issue
Block a user