improv. acc name
[anna.git] / source / diameter.comm / Server.cpp
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)