Skip to content

Commit e23a70a

Browse files
authored
Merge pull request #1416 from nextcloud/backport/1413/stable28
[stable28] fix(SetupCheck): remove debug(?) output
2 parents 7623165 + 3d2643e commit e23a70a

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)