-
Improvement
-
Resolution: Won't Do
-
Minor
-
None
-
3.4.1
-
MOODLE_34_STABLE
-
MDL-61247-master-fix-commit-message -
The RSS Client block uses mtrace to log the progress of the cron task. The current implementation uses the empty string as the line end character in the mtrace call. This means the URL of the RSS feed is logged, and then the status of the fetch call is logged after a pause. This is a nice feature when you're tailing the log file, but if another cron task begins, it writes line end characters to the file, so the URL and fetch status end up on different lines.