From: Eduardo Ramos Testillano Date: Mon, 14 Mar 2016 01:56:01 +0000 (+0100) Subject: improv. acc name X-Git-Tag: REFACTORING_TESTING_LIBRARY~12 X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=commitdiff_plain;h=7a95a46884196bba99dec374276f229d84832a32 improv. acc name --- diff --git a/source/diameter.comm/LocalServer.cpp b/source/diameter.comm/LocalServer.cpp index 469fccd..0e2bc2e 100644 --- a/source/diameter.comm/LocalServer.cpp +++ b/source/diameter.comm/LocalServer.cpp @@ -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) diff --git a/source/diameter.comm/Server.cpp b/source/diameter.comm/Server.cpp index 7bd1797..1ba8356 100644 --- a/source/diameter.comm/Server.cpp +++ b/source/diameter.comm/Server.cpp @@ -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)