Line ending fixes for r67320.
[lhc/web/wiklou.git] / maintenance / updateSearchIndex.php
index f58d22d..bf1b0d3 100644 (file)
@@ -69,10 +69,10 @@ class UpdateSearchIndex extends Maintenance {
                                fwrite( $file, $end );
                                fclose( $file );
                        } else {
-                               $this->output( "*** Couldn't write to the $posFile!" );
+                               $this->output( "*** Couldn't write to the $posFile!\n" );
                        }
                } else {
-                       $this->output( "*** Couldn't write to the $posFile!" );
+                       $this->output( "*** Couldn't write to the $posFile!\n" );
                }
        }