X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=source%2Fdiameter.comm%2FLocalServer.cpp;h=469fccd99492105a1705a61360b313c2f2fa409c;hp=0e2bc2ebd7f0d48425cac338e987c5c80ad4c96c;hb=5e4f1d9d5902d86a37ecf88b372d9089d417e663;hpb=028006fc5ee34967fcfffff24a2b1c8b410c26c3 diff --git a/source/diameter.comm/LocalServer.cpp b/source/diameter.comm/LocalServer.cpp index 0e2bc2e..469fccd 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 = "local server '"; + std::string accName = "sent from 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)