Skip to content

Commit

Permalink
Пересборка конфига
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Jan 8, 2023
1 parent 2a19155 commit 9b62b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/console/controllers/ExecuteController.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function actionIndex()
{
$stoppedLong = CmsAgentModel::stopLongExecutable();
if ($stoppedLong > 0) {
\Yii::warning('Agents stopped: ' . count($stoppedLong), 'skeeks/agent');
\Yii::warning('Agents stopped: ' . $stoppedLong, 'skeeks/agent');
}

$agents = CmsAgentModel::findForExecute()->all();
Expand Down

0 comments on commit 9b62b8a

Please sign in to comment.