From c1d58fc7304292716c1b5f304010fac9da9db3b5 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Wed, 21 Jul 2010 16:39:48 +0000 Subject: [PATCH] * Backport r8699 to stable --- citadel/modules/imap/imap_fetch.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/citadel/modules/imap/imap_fetch.c b/citadel/modules/imap/imap_fetch.c index 0a6ee4f1e..11303ef0d 100644 --- a/citadel/modules/imap/imap_fetch.c +++ b/citadel/modules/imap/imap_fetch.c @@ -620,9 +620,8 @@ void imap_fetch_body(long msgnum, ConstStr item, int is_peek) { if (strchr(ChrPtr(section), '[') != NULL) { StrBufStripAllBut(section, '[', ']'); } - CtdlLogPrintf(CTDL_DEBUG, "Section is: %s%s\n", - ChrPtr(section), - (StrLength(section) == 0) ? "(empty)" : "" + CtdlLogPrintf(CTDL_DEBUG, "Section is: [%s]\n", + (StrLength(section) == 0) ? "(empty)" : ChrPtr(section) ); /* Burn the cache if we don't have the same section of the -- 2.30.2