diff options
author | Zach Copley <zach@status.net> | 2010-10-19 12:07:59 -0700 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-10-19 12:07:59 -0700 |
commit | 5866493cae0f2877398e5bedfb4261dfefbdf7dd (patch) | |
tree | 3c1496e744dce250266f916e4915b11e3dbcd4f2 /actions/apioauthrequesttoken.php | |
parent | e04a6ef93ef7706671ba14f5108690bfe12c1592 (diff) |
OAuth - better log messages
Diffstat (limited to 'actions/apioauthrequesttoken.php')
-rw-r--r-- | actions/apioauthrequesttoken.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apioauthrequesttoken.php b/actions/apioauthrequesttoken.php index 478d2dbfc..7def1aa95 100644 --- a/actions/apioauthrequesttoken.php +++ b/actions/apioauthrequesttoken.php @@ -146,7 +146,7 @@ class ApiOauthRequestTokenAction extends ApiOauthAction function verifyCallback($callback) { if ($callback == "oob") { - common_debug("OAuth request token requested for out of bounds client."); + common_debug("OAuth request token requested for out of band client."); // XXX: Should we throw an error if a client is registered as a // web application but requests the pin based workflow? For now I'm |