talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 41fd672bfd5773e9319177d5d56db2dfe954c469
parent a05eeae0e79999d34dd02d733fc83e9d04082b03
Author: Ricardo Mones <ricardo@mones.org>
Date:   Tue, 20 Sep 2016 19:25:41 +0200

Do not abuse macro for debugging

Diffstat:
Msrc/main.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 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; } }