Skip to content

Commit 2a76b6c

Browse files
authored
Merge pull request #1418 from nextcloud/backport/1413/stable30
[stable30] fix(SetupCheck): remove debug(?) output
2 parents edf54c7 + bd1590d commit 2a76b6c

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)