1
0
Fork 0
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:
frankdelange 2016-01-17 17:22:41 +01:00
parent 2885af70ef
commit 9a1fd95c17

View file

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