Index: wp-includes/http.php
===================================================================
--- wp-includes/http.php	(revision 9890)
+++ wp-includes/http.php	(working copy)
@@ -209,7 +209,7 @@
 	 */
 	function request( $url, $args = array() ) {
 		global $wp_version;
-
+error_log("Requesting $url");
 		$defaults = array(
 			'method' => 'GET',
 			'timeout' => apply_filters( 'http_request_timeout', 5),
