summaryrefslogtreecommitdiff
path: root/actions/remotesubscribe.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/remotesubscribe.php')
-rw-r--r--actions/remotesubscribe.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/remotesubscribe.php b/actions/remotesubscribe.php
index 6ae39dc7e..e7a9abb18 100644
--- a/actions/remotesubscribe.php
+++ b/actions/remotesubscribe.php
@@ -277,6 +277,7 @@ class RemotesubscribeAction extends Action {
if ($result->status != 200) {
common_debug('remotesubscribe.php - request token status = "' . $result->status . '"');
+ common_debug('remotesubscribe.php - request token body = "' . $result->body . '"');
return NULL;
}