From e38132ec25a268c5db83d10b0e50ebee62c71cc8 Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Thu, 24 Jun 2010 22:14:35 +0000 Subject: [PATCH] And one more \n in wfDebug. --- includes/HttpFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/HttpFunctions.php b/includes/HttpFunctions.php index 9b5202c356..1dc9859648 100644 --- a/includes/HttpFunctions.php +++ b/includes/HttpFunctions.php @@ -785,7 +785,7 @@ class CurlHttpRequest extends HttpRequest { if ( $this->followRedirects && $this->canFollowRedirects() ) { if ( ! @curl_setopt( $curlHandle, CURLOPT_FOLLOWLOCATION, true ) ) { wfDebug( __METHOD__.": Couldn't set CURLOPT_FOLLOWLOCATION. " . - "Probably safe_mode or open_basedir is set. "); + "Probably safe_mode or open_basedir is set.\n"); // Continue the processing. If it were in curl_setopt_array, // processing would have halted on its entry } -- 2.20.1