Skip to content

Commit 3d2643e

Browse files
blizzzbackportbot[bot]
authored andcommitted
fix(SetupCheck): remove debug(?) output
Signed-off-by: Arthur Schiwon <[email protected]>
1 parent 7623165 commit 3d2643e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SetupChecks/LogErrors.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public function run(): SetupResult {
9292
return SetupResult::info(
9393
$this->l10n->n(
9494
'%n warning in the logs since %s',
95-
'%n warnings in the logs since %s'.json_encode($count),
95+
'%n warnings in the logs since %s',
9696
$count[self::LEVEL_WARNING],
9797
[$this->dateFormatter->formatDate($limit)],
9898
)

0 commit comments

Comments
 (0)