mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-01 13:24:10 +01:00
Contacts: Log exception.
This commit is contained in:
parent
affa2196a8
commit
832dcd0bfb
@ -89,6 +89,7 @@ if($contacts_alphabet) {
|
||||
'data' => $details,
|
||||
);
|
||||
} catch (Exception $e) {
|
||||
\OCP\Util::writeLog('contacts', 'Exception: ' . $e->getMessage(), \OCP\Util::DEBUG);
|
||||
continue;
|
||||
}
|
||||
// This should never execute.
|
||||
|
Loading…
Reference in New Issue
Block a user