summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cron.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/cron.php b/cron.php
index c48f17ed095..e77cc885aba 100644
--- a/cron.php
+++ b/cron.php
@@ -100,7 +100,7 @@ try {
if (file_exists(TemporaryCronClass::$lockfile)) {
TemporaryCronClass::$keeplock = true;
TemporaryCronClass::$sent = true;
- echo "Another instance of cron.php is still running!";
+ echo "Another instance of cron.php is still running!" . PHP_EOL;
exit(1);
}