aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/MH/mh-uid.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/providers/MH/mh-uid.c')
-rw-r--r--camel/providers/MH/mh-uid.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/camel/providers/MH/mh-uid.c b/camel/providers/MH/mh-uid.c
index 1c71f10fb6..425cc27697 100644
--- a/camel/providers/MH/mh-uid.c
+++ b/camel/providers/MH/mh-uid.c
@@ -134,7 +134,8 @@ mh_load_uid_list (CamelMhFolder *mh_folder)
if (!((stat_error != -1) && S_ISREG (stat_buf.st_mode))) {
- CAMEL_LOG_FULL_DEBUG ("file %s does not exist. Exiting.\n", uidfile_path);
+ CAMEL_LOG_FULL_DEBUG ("CamelMhFolder::load_uid_list "
+ "file %s does not exist. Exiting.\n", uidfile_path);
g_free (uidfile_path);
return -1;
}