[Commits] [SCM] claws branch, master, updated. 3.13.2-185-gfbba865
mones at claws-mail.org
mones at claws-mail.org
Wed Jul 20 09:17:04 CEST 2016
The branch, master has been updated
via fbba86572f25ab0e5c298948c1ebf86d9aa4798f (commit)
from 6274ab07d23770f1c006022aa6b38508130aaa11 (commit)
Summary of changes:
src/mh.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit fbba86572f25ab0e5c298948c1ebf86d9aa4798f
Author: Ricardo Mones <ricardo at mones.org>
Date: Wed Jul 20 09:13:59 2016 +0200
Fix warning about what directory cannot be open
diff --git a/src/mh.c b/src/mh.c
index 913a41c..2ed2289 100644
--- a/src/mh.c
+++ b/src/mh.c
@@ -258,8 +258,8 @@ static void mh_get_last_num(Folder *folder, FolderItem *item)
cm_return_if_fail(path != NULL);
if ((dp = g_dir_open(path, 0, &error)) == NULL) {
- g_message("Couldn't open current directory: %s (%d).\n",
- error->message, error->code);
+ g_warning("Couldn't open directory '%s': %s (%d)",
+ path, error->message, error->code);
g_error_free(error);
g_free(path);
return;
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list