From b7d0e27711893cb07697d9ff122aab50847c0cef Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Wed, 21 Jul 2010 16:38:30 +0000 Subject: [PATCH] * Minor logging change while I work on fixing imap fetch body section --- 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