]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apioauthaccesstoken.php
s/LOG_WARN/LOG_WARNING/
[quix0rs-gnu-social.git] / actions / apioauthaccesstoken.php
index 085ef6f0b1dba92fab4b2212b8ad2da8e0377e45..887df4c20d7170ce6d564f4abe9135ba7f043bae 100644 (file)
@@ -70,7 +70,7 @@ class ApiOauthAccessTokenAction extends ApiOauthAction
             $atok = $server->fetch_access_token($req);
 
         } catch (OAuthException $e) {
-            common_log(LOG_WARN, 'API OAuthException - ' . $e->getMessage());
+            common_log(LOG_WARNING, 'API OAuthException - ' . $e->getMessage());
             common_debug(var_export($req, true));
             $this->outputError($e->getMessage());
             return;