From: Brion Vibber Date: Mon, 5 Jun 2006 20:35:33 +0000 (+0000) Subject: fix error display X-Git-Tag: 1.31.0-rc.0~56894 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=288e0cf01c969010084c7eb42628349f6ee9f3a8;p=lhc%2Fweb%2Fwiklou.git fix error display --- diff --git a/maintenance/renderDump.php b/maintenance/renderDump.php index 1b832b6454..10986f2c78 100644 --- a/maintenance/renderDump.php +++ b/maintenance/renderDump.php @@ -43,7 +43,7 @@ class DumpRenderer { function handleRevision( $rev ) { $title = $rev->getTitle(); if (!$title) { - $this->progress( "Got bogus revision with null title!" ); + fprintf( $this->stderr, "Got bogus revision with null title!" ); return; } $display = $title->getPrefixedText();