]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - tests/oauth/fetch_temp_creds.php
Make the verifier pin display a little nicer
[quix0rs-gnu-social.git] / tests / oauth / fetch_temp_creds.php
index 73f502af307f57cd2aed957c2431289d16bfc155..63ca351cd8247fcf4d419af20f6ec2c8430fa592 100755 (executable)
@@ -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);
 }