mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Merge pull request #60511 from nextcloud/fix/remove-too-verbose-error-log
fix: remove too verbose error log line in AddExtraHeadersPlugin
This commit is contained in:
commit
f1d2ab908d
1 changed files with 0 additions and 2 deletions
|
|
@ -55,8 +55,6 @@ class AddExtraHeadersPlugin extends \Sabre\DAV\ServerPlugin {
|
|||
}
|
||||
|
||||
if (!$node instanceof Node) {
|
||||
$nodeType = get_debug_type($node);
|
||||
$this->logger->error("Cannot set extra headers for node of type {$nodeType} for file '{$request->getPath()}'");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue