From: Chad Horohoe Date: Sun, 5 Dec 2010 05:14:41 +0000 (+0000) Subject: More useful debug output X-Git-Tag: 1.31.0-rc.0~33560 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/rappels.php?a=commitdiff_plain;h=dba889ceba9770cdcd2984bff452d379de78f13d;p=lhc%2Fweb%2Fwiklou.git More useful debug output --- diff --git a/includes/Article.php b/includes/Article.php index 7a99bef3a9..1b5e70f8b5 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -2518,7 +2518,7 @@ class Article { $id = $this->mTitle->getArticleID(); if ( $id <= 0 ) { - wfDebug( "updateRestrictions failed: $id <= 0\n" ); + wfDebug( "updateRestrictions failed: article id $id <= 0\n" ); return false; }