]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix debug to prefix with var name
authorEvan Prodromou <evan@prodromou.name>
Wed, 18 Jun 2008 16:28:38 +0000 (12:28 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 18 Jun 2008 16:28:38 +0000 (12:28 -0400)
darcs-hash:20080618162838-84dde-90e6950d9cdfcfee947f504512b7fb529d0db7de.gz

actions/finishaddopenid.php

index 43500acc306934567c6e7ca18bba9679047cf8e6..4f167e9efc9e002c68f0cb90d7b45ad9fc2d1eae 100644 (file)
@@ -58,10 +58,10 @@ class FinishaddopenidAction extends Action {
                                $sreg = $sreg_resp->contents();
                        }
 
-                       common_debug(print_r($response, TRUE), __FILE__);
-                       common_debug(print_r($sreg, TRUE), __FILE__);
-                       common_debug(print_r($display, TRUE), __FILE__);
-                       common_debug(print_r($canonical, TRUE), __FILE__);
+                       common_debug('response = ' .print_r($response, TRUE), __FILE__);
+                       common_debug('sreg = ' .print_r($sreg, TRUE), __FILE__);
+                       common_debug('display = ' .print_r($display, TRUE), __FILE__);
+                       common_debug('canonical = ' .print_r($canonical, TRUE), __FILE__);
                        
                        $other =& $this->get_user($canonical);