Skip to content

Commit 4cd0ad9

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

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
@@ -97,7 +97,7 @@ public function run(): SetupResult {
9797
return SetupResult::info(
9898
$this->l10n->n(
9999
'%n warning in the logs since %s',
100-
'%n warnings in the logs since %s'.json_encode($count),
100+
'%n warnings in the logs since %s',
101101
$count[self::LEVEL_WARNING],
102102
[$this->dateFormatter->formatDateTime($limit)],
103103
)

0 commit comments

Comments
 (0)