X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;ds=sidebyside;f=source%2Fdiameter.comm%2FEntity.cpp;h=fc071486611f783c17d8653aa648a97703474739;hb=3df6432f30bd5316c35e66ee2da8a9760a8e15f3;hp=7bc1411a9d522c22a4950140036a49dcdb381e43;hpb=5f502d03da4ab544b8c28fe19d02726fc61b9a8a;p=anna.git diff --git a/source/diameter.comm/Entity.cpp b/source/diameter.comm/Entity.cpp index 7bc1411..fc07148 100644 --- a/source/diameter.comm/Entity.cpp +++ b/source/diameter.comm/Entity.cpp @@ -354,9 +354,9 @@ std::string Entity::asString() const throw() { std::string originHost = a_engine->getOriginHostName(); result += "Parent Engine Origin-Realm: "; - result += (originRealm != "") ? originRealm:""; + result += (originRealm != "") ? originRealm:"[not configured]"; result += " | Parent Engine Origin-Host: "; - result += (originHost != "") ? originHost:""; + result += (originHost != "") ? originHost:"[not configured]"; result += " | Category: "; result += anna::functions::asString(a_category);