Apply suggestions from code review

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
Philipp 2025-01-02 00:20:56 +01:00 committed by Philipp
parent 2b5882855b
commit bc5d3b6c3a
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
2 changed files with 2 additions and 2 deletions

View file

@ -151,7 +151,7 @@ HELP;
}
if ($daemonMode == "start") {
$this->out("Starting worker daemon");
$this->out("Starting Friendica daemon");
$this->daemon->start(function () {
$wait_interval = intval($this->config->get('system', 'cron_interval', 5)) * 60;

View file

@ -139,7 +139,7 @@ HELP;
}
if ($daemonMode == "start") {
$this->out("Starting worker daemon");
$this->out("Starting Jetstream daemon");
$this->daemon->start(function () {
$this->jetstream->listen();