Notice: get_current_site_name is deprecated since version 3.9 with no alternative available.
sunrise.php lines 32-33:
if( function_exists( 'get_current_site_name' ) )
$current_site = get_current_site_name( $current_site );
Commenting out those 2 lines removes the WP_DEBUG message.