]> git.mxchange.org Git - friendica.git/commitdiff
updated message
authorPhilipp <admin@philipp.info>
Thu, 2 Jan 2025 12:06:42 +0000 (13:06 +0100)
committerPhilipp <admin@philipp.info>
Thu, 2 Jan 2025 12:06:42 +0000 (13:06 +0100)
src/Console/Daemon.php
src/Console/JetstreamDaemon.php

index 6b1476a52ef8c2f81bac30de76371f7535d7e4aa..eac7b935a8d2d9b270cbb7aecbdb94a47c4f873e 100644 (file)
@@ -90,8 +90,8 @@ HELP;
 
        protected function doExecute()
        {
-               if ($this->executable != 'bin/console.php') {
-                       $this->out(sprintf("Deprecated use of '%s', use '%s daemon' instead", $this->executable, 'bin/console.php'));
+               if ($this->executable !== 'bin/console.php') {
+                       $this->out(sprintf("'%s' is deprecated and will removed. Please use 'bin/console.php daemon' instead", $this->executable));
                }
 
                if ($this->mode->isInstall()) {
index 2d591d52d93c4efab3555b351f71bfce139e5d62..133bf9c073ffef7ddf1af8e4cc7f5d0319c8730d 100644 (file)
@@ -77,8 +77,8 @@ HELP;
 
        protected function doExecute()
        {
-               if ($this->executable != 'bin/console.php') {
-                       $this->out(sprintf("Deprecated use of '%s', use '%s jetstream' instead", $this->executable, 'bin/console.php'));
+               if ($this->executable !== 'bin/console.php') {
+                       $this->out(sprintf("'%s' is deprecated and will removed. Please use 'bin/console.php jetstream' instead", $this->executable));
                }
 
                if ($this->mode->isInstall()) {