X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=source%2Fdiameter.comm%2FServer.cpp;fp=source%2Fdiameter.comm%2FServer.cpp;h=1ba83567fe36c4c448c9e48f87469a813e978183;hp=7bd1797f8fb57bded4e85cf6216436407ebe574e;hb=7a95a46884196bba99dec374276f229d84832a32;hpb=5e4f1d9d5902d86a37ecf88b372d9089d417e663 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)