improv. acc name
authorEduardo Ramos Testillano <eduardo.ramos.testillano@ericsson.com>
Mon, 14 Mar 2016 01:56:01 +0000 (02:56 +0100)
committerEduardo Ramos Testillano <eduardo.ramos.testillano@ericsson.com>
Mon, 14 Mar 2016 01:56:01 +0000 (02:56 +0100)
source/diameter.comm/LocalServer.cpp
source/diameter.comm/Server.cpp

index 469fccd..0e2bc2e 100644 (file)
@@ -47,7 +47,7 @@ LocalServer::LocalServer() :
 
 
 void LocalServer::initializeStatisticResources() throw() {
-  std::string accName = "sent from local server '";
+  std::string accName = "local server '";
   accName += anna::functions::socketLiteralAsString(a_key.first, a_key.second);
   accName += "' on origin-realm '";
   accName += a_engine ? a_engine->getOriginRealm() : "unknown"; // it should be known (createServer)
index 7bd1797..1ba8356 100644 (file)
@@ -40,7 +40,7 @@ void Server::initialize() throw() {
 }
 
 void Server::initializeStatisticResources() throw() {
-  std::string accName = "sent to remote server '";
+  std::string accName = "remote server '";
   accName += anna::functions::socketLiteralAsString(a_socket.first, a_socket.second);
   accName += "' from origin-realm '";
   accName += a_engine ? a_engine->getOriginRealm() : "unknown"; // it should be known (createServer)