Skip to content

Commit

Permalink
Update PurgeCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored Feb 12, 2024
1 parent 785266c commit 8f31837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/PurgeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ protected function recordOrphans($master, $signal)
});

if (! $result) {
$this->components->error("Failed to kill process for Orphan: {$processId} (".posix_strerror(posix_get_last_error()).')');
$this->components->error("Failed to kill orphan process: {$processId} (".posix_strerror(posix_get_last_error()).')');
}
})->whenNotEmpty(fn () => $this->output->writeln(''));
}
Expand Down

0 comments on commit 8f31837

Please sign in to comment.