Differential D20649 Diff 49261 src/applications/daemon/management/PhabricatorDaemonManagementStatusWorkflow.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/daemon/management/PhabricatorDaemonManagementStatusWorkflow.php
| Show All 16 Lines | if (!$process_refs) { | ||||
| if ($instance !== null) { | if ($instance !== null) { | ||||
| $this->logInfo( | $this->logInfo( | ||||
| pht('NO DAEMONS'), | pht('NO DAEMONS'), | ||||
| pht( | pht( | ||||
| 'There are no running daemon processes for the current '. | 'There are no running daemon processes for the current '. | ||||
| 'instance ("%s").', | 'instance ("%s").', | ||||
| $instance)); | $instance)); | ||||
| } else { | } else { | ||||
| $this->writeInfo( | $this->logInfo( | ||||
| pht('NO DAEMONS'), | pht('NO DAEMONS'), | ||||
| pht('There are no running daemon processes.')); | pht('There are no running daemon processes.')); | ||||
| } | } | ||||
| return 1; | return 1; | ||||
| } | } | ||||
| $table = id(new PhutilConsoleTable()) | $table = id(new PhutilConsoleTable()) | ||||
| Show All 24 Lines | |||||