fix error display
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 5 Jun 2006 20:35:33 +0000 (20:35 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 5 Jun 2006 20:35:33 +0000 (20:35 +0000)
maintenance/renderDump.php

index 1b832b6..10986f2 100644 (file)
@@ -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();