Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorblizzz <blizzz@arthur-schiwon.de>2022-10-19 12:03:20 +0300
committerGitHub <noreply@github.com>2022-10-19 12:03:20 +0300
commit65ff575be5b34616eb62da50e3b3d9fe2dffa2aa (patch)
tree4939db8b89a3c9dcbf9de77a5d13562027f23064 /lib
parent9335ee3a818ea7c7e3230271d60e07e4f5e30c68 (diff)
parentb5f330fc943897b6c125211c4bef876b535d93cf (diff)
Merge pull request #34454 from nextcloud/backport/33737/stable24
[stable24] Makes untrusted domain error on info
Diffstat (limited to 'lib')
-rw-r--r--lib/base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php
index b601e4b19f2..198a8706192 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -795,7 +795,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',