mirror of
https://github.com/Yetangitu/owncloud-apps.git
synced 2025-10-02 14:49:17 +02:00
- files_opds: OC_Log -> OCP:Util:WriteLog
This commit is contained in:
parent
2885af70ef
commit
9a1fd95c17
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ class Meta
|
|||
$meta['subjects'] = json_encode($epub->Subjects());
|
||||
}
|
||||
} catch (\Exception $e) {
|
||||
\OC_Log::write(get_class(), $e->getMessage(), \OC_LOG::ERROR);
|
||||
\OCP\Util::writeLog(get_class(), $e->getMessage(), \OCP\Util::ERROR);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue