From 4c5678ff0c376661d4a8183a5a074a1203413b9d Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 30 Nov 2022 18:12:19 +0000 Subject: patch 9.0.0977: it is not easy to see what client-server commands are doing Problem: It is not easy to see what client-server commands are doing. Solution: Add channel log messages if ch_log() is available. Move the channel logging and make it available with the +eval feature. --- src/Make_cyg_ming.mak | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Make_cyg_ming.mak') diff --git a/src/Make_cyg_ming.mak b/src/Make_cyg_ming.mak index 5e1822c77b..b559467c19 100644 --- a/src/Make_cyg_ming.mak +++ b/src/Make_cyg_ming.mak @@ -800,6 +800,7 @@ OBJ = \ $(OUTDIR)/json.o \ $(OUTDIR)/list.o \ $(OUTDIR)/locale.o \ + $(OUTDIR)/logfile.o \ $(OUTDIR)/main.o \ $(OUTDIR)/map.o \ $(OUTDIR)/mark.o \ -- cgit v1.2.3