diff options
author | Vincent Petry <pvince81@owncloud.com> | 2015-01-26 15:51:31 +0100 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2015-01-26 15:51:31 +0100 |
commit | 87ce64c24e4320c2dca9327010e3048141df3686 (patch) | |
tree | 5726694e4cd791d7ec0af9783357c758b98ba589 /lib/private/files/view.php | |
parent | f6e644b43fe3c33ba298ee34a73536c85cc92b4a (diff) | |
download | nextcloud-server-87ce64c24e4320c2dca9327010e3048141df3686.tar.gz nextcloud-server-87ce64c24e4320c2dca9327010e3048141df3686.zip |
Replace OC_Log::ERROR with OCP\Util::ERROR
Diffstat (limited to 'lib/private/files/view.php')
-rw-r--r-- | lib/private/files/view.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/files/view.php b/lib/private/files/view.php index fd2ba11d30b..001f17cdb59 100644 --- a/lib/private/files/view.php +++ b/lib/private/files/view.php @@ -1049,7 +1049,7 @@ class View { 'core', 'Exception while scanning storage "' . $subStorage->getId() . '": ' . get_class($e) . ': ' . $e->getMessage(), - \OC_Log::ERROR + \OCP\Util::ERROR ); continue; } |