diff options
author | Florin Peter <github@florin-peter.de> | 2013-05-27 20:51:52 +0200 |
---|---|---|
committer | Florin Peter <github@florin-peter.de> | 2013-05-27 20:51:52 +0200 |
commit | e1e1c589696298bf65749f704f7d852d9d924883 (patch) | |
tree | 033689e3c797f5dc29bae38e115a21376c3dcae0 /apps/files_encryption/lib/proxy.php | |
parent | 7224fc98b201feaa8fae99500ba9c262689563c9 (diff) | |
download | nextcloud-server-e1e1c589696298bf65749f704f7d852d9d924883.tar.gz nextcloud-server-e1e1c589696298bf65749f704f7d852d9d924883.zip |
changed to public log api
Diffstat (limited to 'apps/files_encryption/lib/proxy.php')
-rw-r--r-- | apps/files_encryption/lib/proxy.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_encryption/lib/proxy.php b/apps/files_encryption/lib/proxy.php index 6d5b4fe5e34..5ccf0d94d37 100644 --- a/apps/files_encryption/lib/proxy.php +++ b/apps/files_encryption/lib/proxy.php @@ -268,8 +268,8 @@ class Proxy extends \OC_FileProxy { // Delete keyfile & shareKey so it isn't orphaned if (!Keymanager::deleteFileKey($view, $owner, $ownerPath)) { - \OC_Log::write('Encryption library', - 'Keyfile or shareKey could not be deleted for file "' . $ownerPath . '"', \OC_Log::ERROR); + \OCP\Util::writeLog('Encryption library', + 'Keyfile or shareKey could not be deleted for file "' . $ownerPath . '"', \OCP\Util::ERROR); } Keymanager::delAllShareKeys($view, $owner, $ownerPath); |