Skip to content

Commit

Permalink
Fix socket address for console output
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander De la Marche committed Feb 16, 2023
1 parent e135aea commit 2767f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chop
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ use Symfony\Component\Console\SingleCommandApplication;

if (!$input->getOption('quiet')) {
$output->writeln(sprintf('<info>OPcache cleared (%s)</info>',
$kernel->host
$kernel->connection->getSocketAddress()
));
}

Expand Down

0 comments on commit 2767f40

Please sign in to comment.