debug path being opened

Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Robin Appelman 2020-05-19 19:05:59 +02:00
parent 55df0081e3
commit 809d5bdc50
No known key found for this signature in database
GPG Key ID: 42B69D8A64526EFB
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ class SFTPReadStream implements File {
$logger = \OC::$server->getLogger();
[, $path] = explode('://', $path);
$logger->warning("Opened sftp path: $path");
$this->loadContext('sftp');
if (!($this->sftp->bitmap & SSH2::MASK_LOGIN)) {