From f7a3581f45c586fe7bdecd4d9c52bc3c2715f4b4 Mon Sep 17 00:00:00 2001
From: Benjamin Brahmer <info@b-brahmer.de>
Date: Sat, 3 Oct 2020 11:34:30 +0200
Subject: [PATCH] remove loggerParams

Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
---
 lib/Config/LegacyConfig.php | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/lib/Config/LegacyConfig.php b/lib/Config/LegacyConfig.php
index f011a0e4a..02181370c 100644
--- a/lib/Config/LegacyConfig.php
+++ b/lib/Config/LegacyConfig.php
@@ -43,7 +43,7 @@ class LegacyConfig
     ) {
         $this->fileSystem = $fileSystem;
         $this->logger = $logger;
-        
+
         $this->autoPurgeMinimumInterval = 60;
         $this->autoPurgeCount = 200;
         $this->maxRedirects = 10;
@@ -73,8 +73,7 @@ class LegacyConfig
                 } else {
                     $this->logger->warning(
                         'Configuration value "' . $key .
-                        '" does not exist. Ignored value.',
-                        $this->loggerParams
+                        '" does not exist. Ignored value.'
                     );
                 }
             }