summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}