diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-06-02 15:38:51 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-06-02 15:38:51 -0400 |
commit | 1de5328c49e8c438106bf5ad8319ef1c08a96a28 (patch) | |
tree | 1c01e180464099e1e78742cfdc1d4510f07d9210 /actions | |
parent | bde49e2c520d1606c42cc6f3deef7416ac340eb9 (diff) |
correct server error output
darcs-hash:20080602193851-84dde-069af77a95bc89271b75b7e0c7ff965fefa1de34.gz
Diffstat (limited to 'actions')
-rw-r--r-- | actions/remotesubscribe.php | 1 |
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; } |