Skip to content

Commit

Permalink
Merge branch 'MDL-60671-master' of https://github.com/sammarshallou/m…
Browse files Browse the repository at this point in the history
  • Loading branch information
Damyon Wiese committed Nov 7, 2017
2 parents 8072eb1 + 11e6003 commit 8aa01fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/weblib.php
Original file line number Diff line number Diff line change
Expand Up @@ -3275,8 +3275,7 @@ class text_progress_trace extends progress_trace {
* @return void Output is echo'd
*/
public function output($message, $depth = 0) {
echo str_repeat(' ', $depth), $message, "\n";
flush();
mtrace(str_repeat(' ', $depth) . $message);
}
}

Expand Down

0 comments on commit 8aa01fc

Please sign in to comment.