[evolution-data-server] Use correct debug tagprefix in imapx_parse_capability()
- From: David Woodhouse <dwmw2 src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Use correct debug tagprefix in imapx_parse_capability()
- Date: Thu, 16 Sep 2010 10:57:20 +0000 (UTC)
commit f437450d57259e061b8e7cf3252c04bdffa242ff
Author: David Woodhouse <David Woodhouse intel com>
Date: Thu Sep 16 11:56:58 2010 +0100
Use correct debug tagprefix in imapx_parse_capability()
camel/providers/imapx/camel-imapx-utils.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/camel/providers/imapx/camel-imapx-utils.c b/camel/providers/imapx/camel-imapx-utils.c
index b6c14a1..5a78186 100644
--- a/camel/providers/imapx/camel-imapx-utils.c
+++ b/camel/providers/imapx/camel-imapx-utils.c
@@ -460,7 +460,7 @@ imapx_parse_capability (CamelIMAPXStream *stream, GError **error)
break;
}
case IMAPX_TOK_INT:
- d('?', " cap: '%s'\n", token);
+ d(stream->tagprefix, " cap: '%s'\n", token);
for (i = 0; i < G_N_ELEMENTS (capa_table); i++)
if (!strcmp ((gchar *) token, capa_table[i].name))
cinfo->capa |= capa_table[i].flag;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]