From 64fa9034f55fddd35afa401fc238579b68615086 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 4 Sep 2008 16:35:02 -0400 Subject: [PATCH] better logging for confirm handler update darcs-hash:20080904203502-84dde-b95f4c3564a0ccc8dbfec8da7e2ff5b8c57e1ed2.gz --- scripts/xmppconfirmhandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/xmppconfirmhandler.php b/scripts/xmppconfirmhandler.php index 3906ac5ebc..d3b8ac85a9 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; }