From 2f3a9d7740f3d7e4b5142d801551e435f4f49fd2 Mon Sep 17 00:00:00 2001 From: Bjorn Winckler Date: Fri, 9 Oct 2009 20:38:31 +0200 Subject: [PATCH] Remove "No connection ..." warning with --remote --- src/MacVim/MMBackend.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/MacVim/MMBackend.m b/src/MacVim/MMBackend.m index cbf609ae53..11a408fe75 100644 --- a/src/MacVim/MMBackend.m +++ b/src/MacVim/MMBackend.m @@ -1439,7 +1439,8 @@ extern GuiFont gui_mch_retain_font(GuiFont font); ASLogNotice(@"serverList failed: reason=%@", ex); } } else { - EMSG(_("E???: No connection to MacVim, server listing not possible.")); + // We get here if a --remote flag is used before MacVim has started. + ASLogInfo(@"No connection to MacVim, server listing not possible."); } return list;