]> source.dussan.org Git - nextcloud-server.git/commitdiff
Replace OC_Log::ERROR with OCP\Util::ERROR
authorVincent Petry <pvince81@owncloud.com>
Mon, 26 Jan 2015 14:51:31 +0000 (15:51 +0100)
committerVincent Petry <pvince81@owncloud.com>
Mon, 26 Jan 2015 14:51:31 +0000 (15:51 +0100)
lib/private/files/view.php

index fd2ba11d30bf79fc3607a3cd50f6341323a99843..001f17cdb59d18a53dbd7d6020f2f55b7948e496 100644 (file)
@@ -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;
                                                }