Replace OC_Log::ERROR with OCP\Util::ERROR

remotes/origin/create-share-target-reuse
Vincent Petry 2015-01-26 15:51:31 +07:00
parent f6e644b43f
commit 87ce64c24e
1 changed files with 1 additions and 1 deletions

@ -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;
}