summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-08-10 15:42:05 -0400
committerMatthew Barnes <mbarnes@redhat.com>2009-08-10 15:42:05 -0400
commitd97918afdef212a3a9598b7b932acacb33c8e650 (patch)
tree89f8a414817afd13a69c12548684fc6ef1224966
parent2063bf3c2fdc1d16fbf2e65c6147a48e0b29598e (diff)
downloadevolution-data-server-d97918afdef212a3a9598b7b932acacb33c8e650.tar.gz
Silence a debug message.
-rw-r--r--camel/providers/imap/camel-imap-store.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/imap/camel-imap-store.c b/camel/providers/imap/camel-imap-store.c
index 7d846dea9..a5eb64082 100644
--- a/camel/providers/imap/camel-imap-store.c
+++ b/camel/providers/imap/camel-imap-store.c
@@ -1380,7 +1380,7 @@ imap_auth_loop (CamelService *service, CamelException *ex)
}
}
if (!authenticated) {
- printf("EXCEP %d %d %d\n", camel_exception_get_id(ex), CAMEL_EXCEPTION_USER_CANCEL, CAMEL_EXCEPTION_SERVICE_UNAVAILABLE);
+ d(printf("EXCEP %d %d %d\n", camel_exception_get_id(ex), CAMEL_EXCEPTION_USER_CANCEL, CAMEL_EXCEPTION_SERVICE_UNAVAILABLE));
if (camel_exception_get_id (ex) == CAMEL_EXCEPTION_USER_CANCEL ||
camel_exception_get_id (ex) == CAMEL_EXCEPTION_SERVICE_UNAVAILABLE)
return FALSE;