X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fgdbserver%2Fremote-utils.c;h=9199a9c7add50c8d414467925a06eb81bee25496;hb=752312ba4e53fea8e77ae240a35a7b508c6ca619;hp=38c90324288c510c348d03dbe2ea4da2a9a41f28;hpb=65e65158c50dd7e7a5fbc9dcdad9da6df31e01c4;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/gdbserver/remote-utils.c b/gdb/gdbserver/remote-utils.c index 38c9032428..9199a9c7ad 100644 --- a/gdb/gdbserver/remote-utils.c +++ b/gdb/gdbserver/remote-utils.c @@ -336,7 +336,7 @@ remote_open (const char *name) port_str = strchr (name, ':'); #ifdef USE_WIN32API if (port_str == NULL) - error ("Only : is supported on this platform."); + error ("Only HOST:PORT is supported on this platform."); #endif if (strcmp (name, STDIO_CONNECTION_NAME) == 0)