aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-store.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-store.c')
-rw-r--r--camel/camel-store.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-store.c b/camel/camel-store.c
index 5fd2032239..2b77d048c6 100644
--- a/camel/camel-store.c
+++ b/camel/camel-store.c
@@ -418,7 +418,7 @@ camel_store_rename_folder (CamelStore *store, const char *old_name, const char *
struct _get_info info = { store, NULL, old_name, new_name };
int i;
- printf("store rename folder '%s' '%s'\n", old_name, new_name);
+ d(printf("store rename folder %s '%s' '%s'\n", ((CamelService *)store)->url->protocol, old_name, new_name));
if (strcmp(old_name, new_name) == 0)
return;