summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2010-10-07 13:51:47 -0700
committerZach Copley <zach@status.net>2010-10-07 13:51:47 -0700
commitb8f2cc4e6f121f4ffacefb6fe632beb3b25eb126 (patch)
tree3175e669c8baeea67ab1845102db4b9e339fe3c3 /tests
parent82a0a1a74b9452fbc122fed9ee9c4e0a86b7a79e (diff)
Make the verifier pin display a little nicer
Diffstat (limited to 'tests')
-rwxr-xr-xtests/oauth/fetch_temp_creds.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/oauth/fetch_temp_creds.php b/tests/oauth/fetch_temp_creds.php
index 73f502af3..63ca351cd 100755
--- a/tests/oauth/fetch_temp_creds.php
+++ b/tests/oauth/fetch_temp_creds.php
@@ -56,7 +56,7 @@ try {
} catch (Exception $e) {
// oh noez
print $e->getMessage();
- print "OAuth Request:\n";
+ print "\nOAuth Request:\n";
var_dump($req);
exit(1);
}