diff options
| author | 2015-07-12 15:26:45 +0200 | |
|---|---|---|
| committer | 2015-07-12 15:26:45 +0200 | |
| commit | 8ea835ae80abfff86befb32a8ea8f5d3fd679832 (patch) | |
| tree | 1cdc8653817a4a23199fc74ee94db7aa48ca51f9 /app/Controllers/updateController.php | |
| parent | 5a3b468f7c480a02346a6cfa8f82efc48e5b2fa8 (diff) | |
| parent | 079150eee4eebce3549c3d7db84dd0180bdd11e7 (diff) | |
Merge pull request #887 from Alkarex/LogVisibility
Updated log visibility
Diffstat (limited to 'app/Controllers/updateController.php')
| -rw-r--r-- | app/Controllers/updateController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controllers/updateController.php b/app/Controllers/updateController.php index 4797a3486..84a33fe85 100644 --- a/app/Controllers/updateController.php +++ b/app/Controllers/updateController.php @@ -63,7 +63,7 @@ class FreshRSS_update_Controller extends Minz_ActionController { curl_close($c); if ($c_status !== 200) { - Minz_Log::error( + Minz_Log::warning( 'Error during update (HTTP code ' . $c_status . '): ' . $c_error ); |
