diff options
author | Zach Copley <zach@status.net> | 2010-10-07 13:51:47 -0700 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-10-07 13:51:47 -0700 |
commit | b8f2cc4e6f121f4ffacefb6fe632beb3b25eb126 (patch) | |
tree | 3175e669c8baeea67ab1845102db4b9e339fe3c3 /tests | |
parent | 82a0a1a74b9452fbc122fed9ee9c4e0a86b7a79e (diff) |
Make the verifier pin display a little nicer
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/oauth/fetch_temp_creds.php | 2 |
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); } |