add missing comma in debugging code

This commit is contained in:
David Bremner 2009-11-26 11:32:35 -04:00 committed by Carl Worth
parent f0bb5e9c3e
commit 12c91e8050

View file

@ -320,7 +320,7 @@ _notmuch_message_get_in_reply_to (notmuch_message_t *message)
if (i != message->doc.termlist_end () &&
strncmp ((*i).c_str (), prefix, prefix_len))
{
INTERNAL_ERROR ("Message %s has duplicate In-Reply-To IDs: %s and %s\n"
INTERNAL_ERROR ("Message %s has duplicate In-Reply-To IDs: %s and %s\n",
notmuch_message_get_message_id (message),
message->in_reply_to,
(*i).c_str () + prefix_len);