summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-09-04 16:35:02 -0400
committerEvan Prodromou <evan@prodromou.name>2008-09-04 16:35:02 -0400
commit64fa9034f55fddd35afa401fc238579b68615086 (patch)
treea4bd5f6bd83a15243d92f084e3a7e44cce1c68c1 /scripts
parentfd7e30c83e478f1961d6082c5f57f4e64fa52da3 (diff)
better logging for confirm handler update
darcs-hash:20080904203502-84dde-b95f4c3564a0ccc8dbfec8da7e2ff5b8c57e1ed2.gz
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/xmppconfirmhandler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/xmppconfirmhandler.php b/scripts/xmppconfirmhandler.php
index 3906ac5eb..d3b8ac85a 100755
--- a/scripts/xmppconfirmhandler.php
+++ b/scripts/xmppconfirmhandler.php
@@ -71,7 +71,7 @@ class XmppConfirmHandler extends XmppQueueHandler {
$confirm->sent = $confirm->claimed;
$result = $confirm->update($original);
if (!$result) {
- $this->log(LOG_ERR, 'Cannot mark sent for ' . $confirm->address);
+ common_log_db_error($confirm, 'UPDATE', __FILE__);
# Just let the claim age out; hopefully things work then
continue;
}