Skip to content

Commit

Permalink
Remove "No connection ..." warning with --remote
Browse files Browse the repository at this point in the history
  • Loading branch information
b4winckler committed Oct 9, 2009
1 parent 3aaef67 commit 2f3a9d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/MacVim/MMBackend.m
Expand Up @@ -1439,7 +1439,8 @@ - (NSArray *)serverList
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;
Expand Down

0 comments on commit 2f3a9d7

Please sign in to comment.