diff options
| author | 2015-07-03 23:47:35 +0200 | |
|---|---|---|
| committer | 2015-07-03 23:47:35 +0200 | |
| commit | 952b98393422f3c35b35eff89faac6de59b53e2d (patch) | |
| tree | 1702d4818211f51a69eaa49b9b0971c032631e59 /app/Controllers/authController.php | |
| parent | 24979bf3971ca622911c5ef93c3acae051d3b2f4 (diff) | |
| parent | 079150eee4eebce3549c3d7db84dd0180bdd11e7 (diff) | |
Merge branch 'LogVisibility' into dev
Diffstat (limited to 'app/Controllers/authController.php')
| -rw-r--r-- | app/Controllers/authController.php | 2 |
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'; |
