Index: trunk/phase3/maintenance/renderDump.php |
— | — | @@ -43,7 +43,7 @@ |
44 | 44 | function handleRevision( $rev ) { |
45 | 45 | $title = $rev->getTitle(); |
46 | 46 | if (!$title) { |
47 | | - $this->progress( "Got bogus revision with null title!" ); |
| 47 | + fprintf( $this->stderr, "Got bogus revision with null title!" ); |
48 | 48 | return; |
49 | 49 | } |
50 | 50 | $display = $title->getPrefixedText(); |