Fix xml representations
[anna.git] / source / diameter.comm / OriginHost.cpp
index ed181bd..498c6fa 100644 (file)
@@ -351,7 +351,7 @@ bool OriginHost::sendBurstMessage(bool anyway) throw() {
   if(logEnabled()) {
     anna::diameter::comm::Server *usedServer = a_entity->getLastUsedResource();
     anna::diameter::comm::ClientSession *usedClientSession = usedServer ? usedServer->getLastUsedResource() : NULL;
-    std::string detail = usedClientSession ? usedClientSession->asString() : "<null client session>"; // esto no deberia ocurrir
+    std::string detail = usedClientSession ? usedClientSession->asString() : "[null client session]"; // esto no deberia ocurrir
     writeLogFile(msg->getBody(), (result ? "sent2e" : "send2eError"), detail); // el del nodo de trabajo
   }