biow0lf / evedev-kb

Automatically exported from code.google.com/p/evedev-kb
1 stars 0 forks source link

Add "\n" to last line of output of cron_api.php and cron_feed.php #203

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The last line of output of the 2 cron scripts cron_api.php and cron_feed.php is 
the "Time taken..." line. This line is missing a "\n" at the end, therefore the 
first line of output of the next call to this script is added to the same line.
When running these cron scripts, I normally put the output into a logfile. The 
above described behaviour makes reading the logfiles more difficult.

Please add "\n" to these lines.

Original issue reported on code.google.com by hgloc...@gmail.com on 23 Jan 2012 at 8:59

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 0fa2c4851ad7.

Original comment by kovellia on 25 Jan 2012 at 12:54