aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nnn.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/nnn.c b/nnn.c
index 15c35ae..9686fe9 100644
--- a/nnn.c
+++ b/nnn.c
@@ -2874,6 +2874,7 @@ nochange:
g_crc = crc8fast((uchar *)dents, ndents * sizeof(struct entry));
copystartid = cur;
copybufpos = 0;
+ printmsg("copymode on");
DPRINTF_S("copymode on");
} else {
static size_t len;
@@ -2905,7 +2906,8 @@ nochange:
DPRINTF_S(pcopybuf);
if (!len)
printmsg("files copied");
- }
+ } else
+ printmsg("copymode off");
}
goto nochange;
case SEL_QUOTE: