[evolution-data-server] Disable debug messages on console
- From: Milan Crha <mcrha src gnome org>
- To: svn-commits-list gnome org
- Subject: [evolution-data-server] Disable debug messages on console
- Date: Thu, 2 Jul 2009 16:10:56 +0000 (UTC)
commit c80963d4421d6b2cd22a43742cc8031c7899b328
Author: Milan Crha <mcrha redhat com>
Date: Thu Jul 2 18:10:30 2009 +0200
Disable debug messages on console
camel/camel-cipher-context.c | 2 +-
camel/camel-url-scanner.c | 2 --
servers/exchange/storage/exchange-esource.c | 1 -
3 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/camel/camel-cipher-context.c b/camel/camel-cipher-context.c
index beea62b..263090b 100644
--- a/camel/camel-cipher-context.c
+++ b/camel/camel-cipher-context.c
@@ -479,7 +479,7 @@ camel_cipher_validity_add_certinfo(CamelCipherValidity *vin, enum _camel_cipher_
list = (mode==CAMEL_CIPHER_VALIDITY_SIGN)?&vin->sign.signers:&vin->encrypt.encrypters;
camel_dlist_addtail(list, (CamelDListNode *)info);
- printf("adding certinfo %s <%s>\n", name?name:"unset", email?email:"unset");
+ d (printf ("adding certinfo %s <%s>\n", name?name:"unset", email?email:"unset"));
}
/**
diff --git a/camel/camel-url-scanner.c b/camel/camel-url-scanner.c
index 2f77abc..76ecced 100644
--- a/camel/camel-url-scanner.c
+++ b/camel/camel-url-scanner.c
@@ -439,10 +439,8 @@ camel_url_web_end (const gchar *in, const gchar *pos, const gchar *inend, urlmat
case '?':
while (inptr < inend && is_urlsafe (*inptr)) {
if (*inptr == open_brace) {
- g_message ("++");
brace_stack++;
} else if (*inptr == close_brace) {
- g_message ("--");
brace_stack--;
if (brace_stack == -1)
break;
diff --git a/servers/exchange/storage/exchange-esource.c b/servers/exchange/storage/exchange-esource.c
index 444ccb6..a8d3a65 100644
--- a/servers/exchange/storage/exchange-esource.c
+++ b/servers/exchange/storage/exchange-esource.c
@@ -183,7 +183,6 @@ add_folder_esource (ExchangeAccount *account,
/* source group already exists*/
if((source = e_source_group_peek_source_by_name (source_group,
folder_name)) == NULL) {
- printf("old group, new source\n");
if (is_contacts_folder && g_str_has_prefix (physical_uri, "gal://")) {
gchar *browse = exchange_account_get_account_uri_param (account, "ad_browse");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]