debug path being opened
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
55df0081e3
commit
809d5bdc50
|
@ -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)) {
|
||||
|
|
Loading…
Reference in New Issue