From ec1e55b70cbd04ab8582a89719f8864004da1d45 Mon Sep 17 00:00:00 2001 From: philipp schoenberger Date: Tue, 18 Aug 2015 12:54:01 +0200 Subject: [PATCH] add info for establish the connection --- lwrserv/SvrHandling.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lwrserv/SvrHandling.h b/lwrserv/SvrHandling.h index a6b2983..0fb680f 100755 --- a/lwrserv/SvrHandling.h +++ b/lwrserv/SvrHandling.h @@ -10,7 +10,7 @@ #define SVR_NAME "lwrsvr 4.11d" #define SVR_DEFAULT_PORT 8000 #define SVR_HANDSHAKE "Hello Robot" -#define SVR_HELLO_MSG std::string("welcome to ") + SVR_NAME + ("!") +#define SVR_HELLO_MSG std::string("welcome to ") + SVR_NAME + ("!") + (" Type \"")+ SVR_HANDSHAKE + ("\" to establish the connection") #define SVR_ACCEPTED std::string("accepted") #define SVR_FAILED std::string("Failed.") #define SVR_TRUE_RSP "true"