diff options
author | Simon L <szaimen@e.mail.de> | 2022-10-01 18:06:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-01 18:06:44 +0200 |
commit | f97f13b1367a3919bffd9d1a6aa0f6936540beee (patch) | |
tree | 39caf6e1a353605965eb49c5ce317054b34f98c9 /lib/base.php | |
parent | a4c2aeef4523b1fa1c43f3a92846b7b9e8abd468 (diff) | |
parent | 12c81238737a98237277c89091b386d60a7c4930 (diff) | |
download | nextcloud-server-f97f13b1367a3919bffd9d1a6aa0f6936540beee.tar.gz nextcloud-server-f97f13b1367a3919bffd9d1a6aa0f6936540beee.zip |
Merge pull request #33737 from andyxheli/patch-4
Makes untrusted domain error on info
Diffstat (limited to 'lib/base.php')
-rw-r--r-- | lib/base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php index 7c6ffe8ae61..0ae7aefbcc3 100644 --- a/lib/base.php +++ b/lib/base.php @@ -802,7 +802,7 @@ class OC { if (!$isScssRequest) { http_response_code(400); - \OC::$server->getLogger()->warning( + \OC::$server->getLogger()->info( 'Trusted domain error. "{remoteAddress}" tried to access using "{host}" as host.', [ 'app' => 'core', |