Skip to content

Commit

Permalink
Merge pull request #1416 from nextcloud/backport/1413/stable28
Browse files Browse the repository at this point in the history
[stable28] fix(SetupCheck): remove debug(?) output
  • Loading branch information
come-nc authored Nov 25, 2024
2 parents 7623165 + 3d2643e commit e23a70a
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 @@ -92,7 +92,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->formatDate($limit)],
)
Expand Down

0 comments on commit e23a70a

Please sign in to comment.