Skip to content

Commit

Permalink
fix(SetupCheck): remove debug(?) output
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Schiwon <[email protected]>
  • Loading branch information
blizzz committed Nov 21, 2024
1 parent 1a37dc6 commit e3ad556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/SetupChecks/LogErrors.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function run(): SetupResult {
return SetupResult::info(
$this->l10n->n(
'%n warning in the logs since %s',
'%n warnings in the logs since %s'.json_encode($count),
'%n warnings in the logs since %s',
$count[self::LEVEL_WARNING],
[$this->dateFormatter->formatDateTime($limit)],
)
Expand Down

0 comments on commit e3ad556

Please sign in to comment.