Fixed build in debugging mode

This commit is contained in:
Pierre Pronchery 2013-01-03 18:48:11 +01:00
parent ef64111a02
commit e69dfd4028

View File

@ -566,8 +566,7 @@ static int _context_fetch(IMAP4 * imap4, char const * answer)
IMAP4Command * cmd = &imap4->queue[0];
#ifdef DEBUG
fprintf(stderr, "DEBUG: %s(%p, \"%s\")\n", __func__, (void *)folder,
answer);
fprintf(stderr, "DEBUG: %s(\"%s\")\n", __func__, answer);
#endif
if(cmd->status == I4CS_PARSING)
{