From 7a95a46884196bba99dec374276f229d84832a32 Mon Sep 17 00:00:00 2001
From: Eduardo Ramos Testillano <eduardo.ramos.testillano@ericsson.com>
Date: Mon, 14 Mar 2016 02:56:01 +0100
Subject: [PATCH] improv. acc name

---
 source/diameter.comm/LocalServer.cpp | 2 +-
 source/diameter.comm/Server.cpp      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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)
-- 
2.20.1