summaryrefslogtreecommitdiffstats
path: root/src/channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/channel.c')
-rw-r--r--src/channel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/channel.c b/src/channel.c
index 0e432f9afa..1fcb8451cb 100644
--- a/src/channel.c
+++ b/src/channel.c
@@ -156,9 +156,9 @@ ch_logfile(char_u *fname, char_u *opt)
if (log_fd != NULL)
{
if (*fname != NUL)
- ch_log(NULL, "closing, opening %s", fname);
+ ch_log(NULL, "closing this logfile, opening %s", fname);
else
- ch_log(NULL, "closing");
+ ch_log(NULL, "closing logfile");
fclose(log_fd);
}