unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] add missing comma in debugging code
@ 2009-11-26 15:32 David Bremner
  2009-11-28  3:52 ` Carl Worth
  0 siblings, 1 reply; 2+ messages in thread
From: David Bremner @ 2009-11-26 15:32 UTC (permalink / raw)
  To: notmuch; +Cc: David Bremner

---
 lib/message.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/message.cc b/lib/message.cc
index 1e325e2..832a1b9 100644
--- a/lib/message.cc
+++ b/lib/message.cc
@@ -318,7 +318,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);
-- 
1.6.5.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] add missing comma in debugging code
  2009-11-26 15:32 [PATCH] add missing comma in debugging code David Bremner
@ 2009-11-28  3:52 ` Carl Worth
  0 siblings, 0 replies; 2+ messages in thread
From: Carl Worth @ 2009-11-28  3:52 UTC (permalink / raw)
  To: David Bremner, notmuch; +Cc: David Bremner

On Thu, 26 Nov 2009 11:32:35 -0400, David Bremner <bremner@unb.ca> wrote:
> -	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",

Thanks. This is pushed.

-Carl

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-28  3:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-26 15:32 [PATCH] add missing comma in debugging code David Bremner
2009-11-28  3:52 ` Carl Worth

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).