aboutsummaryrefslogtreecommitdiff
path: root/libsylph/utils.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-11-05 10:30:04 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-11-05 10:30:04 +0000
commit1bf86f0537be17e8a28ba316092e10bd44669e54 (patch)
treec53c2216b295d2fef293d1146989c9f58e6de882 /libsylph/utils.c
parent17e2ef839a0ee675d9483136c6d6189b2ffc7f3e (diff)
add a new flag: RemoteFolder::remove_cache_on_destroy.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2334 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/utils.c')
-rw-r--r--libsylph/utils.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libsylph/utils.c b/libsylph/utils.c
index 2aae90d0..62ab6aec 100644
--- a/libsylph/utils.c
+++ b/libsylph/utils.c
@@ -2665,6 +2665,8 @@ gint remove_dir_recursive(const gchar *dir)
gchar *cur_dir;
gint ret;
+ debug_print("remove_dir_recursive: %s\n", dir);
+
cur_dir = g_get_current_dir();
if (g_chdir(dir) < 0) {