Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Hypolite Petovan <[email protected]>
  • Loading branch information
nupplaphil and MrPetovan authored Jan 1, 2025
1 parent d7b63ee commit 8161f7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Console/Daemon.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ protected function doExecute()
}

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;
Expand Down
2 changes: 1 addition & 1 deletion src/Console/JetstreamDaemon.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ protected function doExecute()
}

if ($daemonMode == "start") {
$this->out("Starting worker daemon");
$this->out("Starting Jetstream daemon");

$this->daemon->start(function () {
$this->jetstream->listen();
Expand Down

0 comments on commit 8161f7a

Please sign in to comment.