aboutsummaryrefslogtreecommitdiff
path: root/app/Controllers/authController.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-07-12 15:26:45 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-07-12 15:26:45 +0200
commit8ea835ae80abfff86befb32a8ea8f5d3fd679832 (patch)
tree1cdc8653817a4a23199fc74ee94db7aa48ca51f9 /app/Controllers/authController.php
parent5a3b468f7c480a02346a6cfa8f82efc48e5b2fa8 (diff)
parent079150eee4eebce3549c3d7db84dd0180bdd11e7 (diff)
Merge pull request #887 from Alkarex/LogVisibility
Updated log visibility
Diffstat (limited to 'app/Controllers/authController.php')
-rw-r--r--app/Controllers/authController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controllers/authController.php b/app/Controllers/authController.php
index 937c0759d..b55892475 100644
--- a/app/Controllers/authController.php
+++ b/app/Controllers/authController.php
@@ -253,7 +253,7 @@ class FreshRSS_auth_Controller extends Minz_ActionController {
FreshRSS_Auth::giveAccess();
invalidateHttpCache();
} else {
- Minz_Log::error($reason);
+ Minz_Log::warning($reason);
$res = array();
$res['status'] = 'failure';