Index: wp-includes/rss.php
===================================================================
--- wp-includes/rss.php	(revision 6177)
+++ wp-includes/rss.php	(working copy)
@@ -772,12 +772,13 @@
 			error_log( $errormsg, 0);
 		}
 	}
-			function debug ($debugmsg, $lvl=E_USER_NOTICE) {
+}
+
+function debug ($debugmsg, $lvl=E_USER_NOTICE) {
 		if ( MAGPIE_DEBUG ) {
 			$this->error("MagpieRSS [debug] $debugmsg", $lvl);
 		}
 	}
-}
 
 if ( !function_exists('parse_w3cdtf') ) :
 function parse_w3cdtf ( $date_str ) {

