[Commits] [SCM] claws branch, master, updated. 3.14.0-86-g41fd672

mones at claws-mail.org mones at claws-mail.org
Tue Sep 20 19:26:00 CEST 2016


The branch, master has been updated
       via  41fd672bfd5773e9319177d5d56db2dfe954c469 (commit)
      from  a05eeae0e79999d34dd02d733fc83e9d04082b03 (commit)

Summary of changes:
 src/main.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 41fd672bfd5773e9319177d5d56db2dfe954c469
Author: Ricardo Mones <ricardo at mones.org>
Date:   Tue Sep 20 19:25:41 2016 +0200

    Do not abuse macro for debugging

diff --git a/src/main.c b/src/main.c
index 5c15a62..ee58a3f 100644
--- a/src/main.c
+++ b/src/main.c
@@ -424,7 +424,8 @@ backup_mode:
 		
 		/* if g_rename failed, we'll try to copy */
 		if (r != 0) {
-			FILE_OP_ERROR(new_cfg_dir, "g_rename failed, trying copy\n");
+			FILE_OP_ERROR(new_cfg_dir, "g_rename");
+			debug_print("rename failed, trying copy\n");
 			goto backup_mode;
 		}
 	}

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list