Merge pull request #10162 from nextcloud/sabre-put-log-exception
always log exceptions on dav write
This commit is contained in:
commit
5244501f0f
|
@ -193,6 +193,7 @@ class File extends Node implements IFile {
|
|||
}
|
||||
|
||||
} catch (\Exception $e) {
|
||||
\OC::$server->getLogger()->logException($e);
|
||||
if ($needsPartFile) {
|
||||
$partStorage->unlink($internalPartPath);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue