This is an automated email from Gerrit.

Paul Fertser (fercer...@gmail.com) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/1937

-- gerrit

commit 849d45877e6736afcedb5b881958730ed9ab635a
Author: Paul Fertser <fercer...@gmail.com>
Date:   Thu Feb 6 14:03:02 2014 +0400

    server: fix confusing wording for incoming tcp connections
    
    Change-Id: I40d5de322f3fc38097e04ce538b0fc2b136e0d6a
    Signed-off-by: Paul Fertser <fercer...@gmail.com>

diff --git a/src/server/server.c b/src/server/server.c
index 5e1ae36..5169319 100644
--- a/src/server/server.c
+++ b/src/server/server.c
@@ -80,7 +80,7 @@ static int add_connection(struct service *service, struct 
command_context *cmd_c
                        (char *)&flag,                  /* the cast is 
historical cruft */
                        sizeof(int));                   /* length of option 
value */
 
-               LOG_INFO("accepting '%s' connection from %s", service->name, 
service->port);
+               LOG_INFO("accepting '%s' connection on tcp/%s", service->name, 
service->port);
                retval = service->new_connection(c);
                if (retval != ERROR_OK) {
                        close_socket(c->fd);

-- 

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to