summaryrefslogtreecommitdiffstats
path: root/apps/contacts/lib
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-06-20 19:35:13 +0200
committerThomas Tanghus <thomas@tanghus.net>2012-06-20 21:00:49 +0200
commit0f1fe0b505b57e1fec3171a57ea41ec41d9692ee (patch)
tree364f92a667b7245a536d3a84813cfa70cb44537b /apps/contacts/lib
parent0f13cbb47daf46a2a2d121364529fd6082a74cc1 (diff)
downloadnextcloud-server-0f1fe0b505b57e1fec3171a57ea41ec41d9692ee.tar.gz
nextcloud-server-0f1fe0b505b57e1fec3171a57ea41ec41d9692ee.zip
Log error as ERROR.
Diffstat (limited to 'apps/contacts/lib')
-rw-r--r--apps/contacts/lib/vcard.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/lib/vcard.php b/apps/contacts/lib/vcard.php
index 71a874d783b..110d721ace0 100644
--- a/apps/contacts/lib/vcard.php
+++ b/apps/contacts/lib/vcard.php
@@ -56,7 +56,7 @@ class OC_Contacts_VCard{
$stmt = OCP\DB::prepare( $prep );
$result = $stmt->execute($id);
} catch(Exception $e) {
- OCP\Util::writeLog('contacts','OC_Contacts_VCard:all:, exception: '.$e->getMessage(),OCP\Util::DEBUG);
+ OCP\Util::writeLog('contacts','OC_Contacts_VCard:all:, exception: '.$e->getMessage(),OCP\Util::ERROR);
OCP\Util::writeLog('contacts','OC_Contacts_VCard:all, ids: '.join(',', $id),OCP\Util::DEBUG);
OCP\Util::writeLog('contacts','SQL:'.$prep,OCP\Util::DEBUG);
}