mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Replace OC_Log::ERROR with OCP\Util::ERROR
This commit is contained in:
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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue