diff --git a/cron.php b/cron.php
index c48f17ed095fc6ec4b181d200c01789d25f60b00..e77cc885aba79d48949f12fc2e6b4922f29f78b6 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);
 		}