Remove "No connection ..." warning with --remote

This commit is contained in:
Bjorn Winckler
2009-10-09 20:38:31 +02:00
parent 3aaef67b85
commit 2f3a9d7740
+2 -1
View File
@@ -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;