summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Command/Updater/Job.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Command/Updater/Job.php b/lib/Command/Updater/Job.php
index d6fa4a5aa..e3ecaf1e0 100644
--- a/lib/Command/Updater/Job.php
+++ b/lib/Command/Updater/Job.php
@@ -91,7 +91,7 @@ class Job extends Command
$threshold = ($updateInterval * 2) + 900;
$elapsedSeconds = $now->getTimestamp() - $date->getTimestamp();
if ($elapsedSeconds > $threshold) {
- $output->writeln("Something's wrong.");
+ $output->writeln("Something is wrong with the news cronjob, execution delay exceeded the configured interval.");
return 2;
}
}