mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02:00
Fixup LogChannels
This commit is contained in:
parent
40fbb02149
commit
5fe9d53cfa
5 changed files with 5 additions and 7 deletions
|
@ -93,7 +93,7 @@ HELP;
|
|||
|
||||
protected function doExecute()
|
||||
{
|
||||
if ($this->executable !== 'bin/console.php') {
|
||||
if (substr($this->executable,-strlen('bin/console.php')) !== 'bin/console.php') {
|
||||
$this->out(sprintf("'%s' is deprecated and will removed. Please use 'bin/console.php daemon' instead", $this->executable));
|
||||
}
|
||||
|
||||
|
@ -101,8 +101,6 @@ HELP;
|
|||
throw new RuntimeException("Friendica isn't properly installed yet");
|
||||
}
|
||||
|
||||
$this->logger->warning('blah!');
|
||||
|
||||
$this->mode->setExecutor(Mode::DAEMON);
|
||||
|
||||
$this->config->reload();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue