1
0
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:
Thomas Tanghus 2013-03-10 12:42:38 +01:00
parent affa2196a8
commit 832dcd0bfb

View File

@ -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.