diff options
| author | 2013-11-16 22:41:03 +0100 | |
|---|---|---|
| committer | 2013-11-16 22:41:03 +0100 | |
| commit | 4a2b17d54ab3714c4f567a43a7a2e701cd9a7b49 (patch) | |
| tree | d3fa2b91aaa334a8e16f0aaa33aa144f282219c6 /app/controllers/configureController.php | |
| parent | e13c6439d5ed02d1fe19ece070445f5f58b63e44 (diff) | |
Minz : nouveau Minz_Log::DEBUG
Nouveau niveau Minz_Log::DEBUG pour plus de finesse dans les messages
Diffstat (limited to 'app/controllers/configureController.php')
| -rwxr-xr-x | app/controllers/configureController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/configureController.php b/app/controllers/configureController.php index 815f3f5f4..2856bb89f 100755 --- a/app/controllers/configureController.php +++ b/app/controllers/configureController.php @@ -302,7 +302,7 @@ class configureController extends ActionController { Request::_param ('feeds', $feeds); Request::forward (array ('c' => 'feed', 'a' => 'massiveImport')); } catch (OpmlException $e) { - Minz_Log::record ($e->getMessage (), Minz_Log::ERROR); + Minz_Log::record ($e->getMessage (), Minz_Log::WARNING); $notif = array ( 'type' => 'bad', |
