Skip to content

Commit 88e13f0

Browse files
committed
fix(SetupCheck): remove debug(?) output
Signed-off-by: Arthur Schiwon <[email protected]>
1 parent 39c6cd5 commit 88e13f0

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
@@ -80,7 +80,7 @@ public function run(): SetupResult {
8080
return SetupResult::info(
8181
$this->l10n->n(
8282
'%n warning in the logs since %s',
83-
'%n warnings in the logs since %s'.json_encode($count),
83+
'%n warnings in the logs since %s',
8484
$count[self::LEVEL_WARNING],
8585
[$this->dateFormatter->formatDateTime($limit)],
8686
)

0 commit comments

Comments
 (0)